From 06ec8cff83bf7c71b66027b28f7873f7e3b95eba Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 3 Mar 2006 19:02:50 +0000 Subject: Typo fixes brought to you by the letters a, l, and Robert P. Day. --- libpwdgrp/pwd_grp.c | 6 +++--- libpwdgrp/pwd_grp_internal.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libpwdgrp') diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index faf53d7e1..f45c6317e 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -11,7 +11,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. * @@ -42,7 +42,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 */ @@ -133,7 +133,7 @@ int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf, #endif /**********************************************************************/ /* For the various fget??ent funcs, return NULL on failure and a - * pointer to the appropriate struct (staticly allocated) on success. + * pointer to the appropriate struct (statically allocated) on success. */ /**********************************************************************/ #ifdef L_fgetpwent 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 @@ * 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. * @@ -42,7 +42,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