|
@@ -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 @@ libc_hidden_proto(__ctype_b)
|
|
|
#endif
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
* _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */
|
|
@@ -157,7 +157,7 @@ libc_hidden_def(fgetspent_r)
|
|
|
#endif
|
|
|
|
|
|
|
|
|
- * pointer to the appropriate struct (staticly allocated) on success.
|
|
|
+ * pointer to the appropriate struct (statically allocated) on success.
|
|
|
*/
|
|
|
|
|
|
#ifdef L_fgetpwent
|