Typo fixes brought to you by the letters a, l, and Robert P. Day.

This commit is contained in:
Rob Landley
2006-03-03 19:02:50 +00:00
parent cbd1c85744
commit 06ec8cff83
3 changed files with 6 additions and 6 deletions

View File

@@ -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 */