aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwd_grp_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/pwd_grp_internal.c')
-rw-r--r--libpwdgrp/pwd_grp_internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/pwd_grp_internal.c b/libpwdgrp/pwd_grp_internal.c
index d935b8622..d2915c9ee 100644
--- a/libpwdgrp/pwd_grp_internal.c
+++ b/libpwdgrp/pwd_grp_internal.c
@@ -11,7 +11,7 @@
11 * lenient. See the various glibc difference comments below. 11 * lenient. See the various glibc difference comments below.
12 * 12 *
13 * TODO: 13 * TODO:
14 * Move to dynamic allocation of (currently staticly allocated) 14 * Move to dynamic allocation of (currently statically allocated)
15 * buffers; especially for the group-related functions since 15 * buffers; especially for the group-related functions since
16 * large group member lists will cause error returns. 16 * large group member lists will cause error returns.
17 * 17 *
@@ -42,7 +42,7 @@
42#endif 42#endif
43 43
44/**********************************************************************/ 44/**********************************************************************/
45/* Sizes for staticly allocated buffers. */ 45/* Sizes for statically allocated buffers. */
46 46
47/* If you change these values, also change _SC_GETPW_R_SIZE_MAX and 47/* If you change these values, also change _SC_GETPW_R_SIZE_MAX and
48 * _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */ 48 * _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */