svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Fri Sep 26 11:23:22 UTC 2008


Author: aldot
Date: 2008-09-26 04:23:22 -0700 (Fri, 26 Sep 2008)
New Revision: 23516

Log:
- commentary typo fix


Modified:
   trunk/busybox/include/grp_.h
   trunk/busybox/include/pwd_.h
   trunk/busybox/include/shadow_.h


Changeset:
Modified: trunk/busybox/include/grp_.h
===================================================================
--- trunk/busybox/include/grp_.h	2008-09-26 11:12:09 UTC (rev 23515)
+++ trunk/busybox/include/grp_.h	2008-09-26 11:23:22 UTC (rev 23516)
@@ -29,7 +29,7 @@
 #endif
 
 /* This file is #included after #include <grp.h>
- * We will use libc-defined structures, but will #define finction names
+ * We will use libc-defined structures, but will #define function names
  * so that function calls are directed to bb_internal_XXX replacements
  */
 

Modified: trunk/busybox/include/pwd_.h
===================================================================
--- trunk/busybox/include/pwd_.h	2008-09-26 11:12:09 UTC (rev 23515)
+++ trunk/busybox/include/pwd_.h	2008-09-26 11:23:22 UTC (rev 23516)
@@ -29,7 +29,7 @@
 #endif
 
 /* This file is #included after #include <pwd.h>
- * We will use libc-defined structures, but will #define finction names
+ * We will use libc-defined structures, but will #define function names
  * so that function calls are directed to bb_internal_XXX replacements
  */
 

Modified: trunk/busybox/include/shadow_.h
===================================================================
--- trunk/busybox/include/shadow_.h	2008-09-26 11:12:09 UTC (rev 23515)
+++ trunk/busybox/include/shadow_.h	2008-09-26 11:23:22 UTC (rev 23516)
@@ -27,7 +27,7 @@
 #endif
 
 /* This file is #included after #include <shadow.h>
- * We will use libc-defined structures, but will #define finction names
+ * We will use libc-defined structures, but will #define function names
  * so that function calls are directed to bb_internal_XXX replacements
  */
 




More information about the busybox-cvs mailing list