Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Fix a tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/fe131ee07870
branches:  trunk
changeset: 543099:fe131ee07870
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Feb 17 00:11:54 2003 +0000

description:
Fix a tyop in a comment.

diffstat:

 lib/libc/gen/getgrent.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3a86782e90de -r fe131ee07870 lib/libc/gen/getgrent.c
--- a/lib/libc/gen/getgrent.c   Sun Feb 16 23:15:27 2003 +0000
+++ b/lib/libc/gen/getgrent.c   Mon Feb 17 00:11:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getgrent.c,v 1.45 2003/02/16 01:22:44 elric Exp $      */
+/*     $NetBSD: getgrent.c,v 1.46 2003/02/17 00:11:54 simonb Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94";
 #else
-__RCSID("$NetBSD: getgrent.c,v 1.45 2003/02/16 01:22:44 elric Exp $");
+__RCSID("$NetBSD: getgrent.c,v 1.46 2003/02/17 00:11:54 simonb Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -127,7 +127,7 @@
 }
 
 /*
- * _getgrent_user() is desgined only to be called by getgrouplist(3) and
+ * _getgrent_user() is designed only to be called by getgrouplist(3) and
  * hence makes no guarantees about filling the entire structure that it
  * returns.  It may only fill in the group name and gid fields.
  */



Home | Main Index | Thread Index | Old Index