From 118763056a63ad9f786575b770d5d4e6f6d01ccb Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 17 Feb 2003 00:11:54 +0000 Subject: [PATCH] Fix a tyop in a comment. --- lib/libc/gen/getgrent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 1de65e46055f..4d171658054a 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -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(void) } /* - * _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. */