From f091800e8b034420753577ced759d6af4d121a0f Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 28 Jul 1998 18:13:53 +0000 Subject: [PATCH] Fix a typo in a comment. --- lib/libc/gen/pwcache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/pwcache.c b/lib/libc/gen/pwcache.c index 905431b52c4a..3fe3e66cf336 100644 --- a/lib/libc/gen/pwcache.c +++ b/lib/libc/gen/pwcache.c @@ -1,4 +1,4 @@ -/* $NetBSD: pwcache.c,v 1.10 1998/07/28 16:58:36 mycroft Exp $ */ +/* $NetBSD: pwcache.c,v 1.11 1998/07/28 18:13:53 mycroft Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pwcache.c,v 1.10 1998/07/28 16:58:36 mycroft Exp $"); +__RCSID("$NetBSD: pwcache.c,v 1.11 1998/07/28 18:13:53 mycroft Exp $"); #endif #endif /* not lint */ @@ -214,7 +214,7 @@ grptb_start() } /* - * name_uid() + * user_from_uid() * caches the name (if any) for the uid. If noname clear, we always return the * the stored name (if valid or invalid match). We use a simple hash table. * Return