svn commit: trunk/uClibc/libc/pwd_grp

psm at uclibc.org psm at uclibc.org
Fri Mar 24 13:00:31 UTC 2006


Author: psm
Date: 2006-03-24 05:00:29 -0800 (Fri, 24 Mar 2006)
New Revision: 14646

Log:
s/staticly/statically/, thx Bernhard Fischer

Modified:
   trunk/uClibc/libc/pwd_grp/pwd_grp.c
   trunk/uClibc/libc/pwd_grp/pwd_grp_internal.c


Changeset:
Modified: trunk/uClibc/libc/pwd_grp/pwd_grp.c
===================================================================
--- trunk/uClibc/libc/pwd_grp/pwd_grp.c	2006-03-24 12:34:00 UTC (rev 14645)
+++ trunk/uClibc/libc/pwd_grp/pwd_grp.c	2006-03-24 13:00:29 UTC (rev 14646)
@@ -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.
  *
@@ -57,7 +57,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 */
@@ -157,7 +157,7 @@
 #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

Modified: trunk/uClibc/libc/pwd_grp/pwd_grp_internal.c
===================================================================
--- trunk/uClibc/libc/pwd_grp/pwd_grp_internal.c	2006-03-24 12:34:00 UTC (rev 14645)
+++ trunk/uClibc/libc/pwd_grp/pwd_grp_internal.c	2006-03-24 13:00:29 UTC (rev 14646)
@@ -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 */




More information about the uClibc-cvs mailing list