--- idcache.c.old Tue Mar 7 19:41:32 2006 +++ idcache.c Tue Mar 7 19:40:58 2006 @@ -41,7 +41,7 @@ * Constants and data structures used to implement the thread-safe * group and password file caches. Cache sizes must be prime. */ -#define UIDTONAME_SZ 317 /* Size of uid -> nuser ame cache */ +#define UIDTONAME_SZ 317 /* Size of uid -> user name cache */ #define NAMETOUID_SZ 317 /* Size of user name -> uid cache */ #define GIDTONAME_SZ 317 /* Size of gid -> group name cache */ #define NAMETOGID_SZ 317 /* Size of group name -> gid cache */