Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-03 22:02:50 +0300
committerRob Landley <rob@landley.net>2006-03-03 22:02:50 +0300
commit06ec8cff83bf7c71b66027b28f7873f7e3b95eba (patch)
treeddca7ac5e8adcb0241f97df9504b182cd0971759 /libpwdgrp/pwd_grp_internal.c
parentcbd1c857440347df90810fe93569db959096b9c5 (diff)
Typo fixes brought to you by the letters a, l, and Robert P. Day.
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 @@
* 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 */