Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 12:12:00 -0500
From:      Craig Rodrigues <rodrigc@attbi.com>
To:        freebsd-current@freebsd.org
Subject:   uthread_info.c typos patch
Message-ID:  <20021227171200.GA21992@attbi.com>

next in thread | raw e-mail | index | archive | help

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

There are a few typos in the comments for uthread_info.c
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="uthread_info.c.diff"

Index: uthread_info.c
===================================================================
RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_info.c,v
retrieving revision 1.23
diff -u -r1.23 uthread_info.c
--- uthread_info.c	2002/10/20 22:49:06	1.23
+++ uthread_info.c	2002/12/27 17:11:11
@@ -103,9 +103,9 @@
 					continue;
 				/*
 				 * We only need to continue in case of
-				 * EEXIT error. Most other error
+				 * EEXIST error. Most other error
 				 * codes means that we will fail all
-				 * the times.
+				 * the time.
 				 */
 				return;
 		} else {

--bg08WKrSYDhXBjb5--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021227171200.GA21992>