From owner-freebsd-current Fri Dec 27 9:11:51 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C83337B401 for ; Fri, 27 Dec 2002 09:11:50 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8A843ED1 for ; Fri, 27 Dec 2002 09:11:49 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id gBRHC1p0022024 for ; Fri, 27 Dec 2002 12:12:01 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id gBRHC1lf022023 for freebsd-current@freebsd.org; Fri, 27 Dec 2002 12:12:01 -0500 (EST) Date: Fri, 27 Dec 2002 12:12:00 -0500 From: Craig Rodrigues To: freebsd-current@freebsd.org Subject: uthread_info.c typos patch Message-ID: <20021227171200.GA21992@attbi.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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