From b19fae0019e9914d2be8b87888a1d2a8c6311e80 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 24 Mar 2006 13:00:29 +0000 Subject: s/staticly/statically/, thx Bernhard Fischer --- libc/pwd_grp/pwd_grp_internal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/pwd_grp/pwd_grp_internal.c') diff --git a/libc/pwd_grp/pwd_grp_internal.c b/libc/pwd_grp/pwd_grp_internal.c index 712b788ad..cb0ae76cf 100644 --- a/libc/pwd_grp/pwd_grp_internal.c +++ b/libc/pwd_grp/pwd_grp_internal.c @@ -13,7 +13,7 @@ * lenient. See the various glibc difference comments below. * * TODO: - * Move to dynamic allocation of (currently staticly allocated) + * Move to dynamic allocation of (currently statically allocated) * buffers; especially for the group-related functions since * large group member lists will cause error returns. * @@ -39,7 +39,7 @@ #endif /**********************************************************************/ -/* Sizes for staticly allocated buffers. */ +/* Sizes for statically allocated buffers. */ /* If you change these values, also change _SC_GETPW_R_SIZE_MAX and * _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */ -- cgit v1.2.3