- commentary typo fix
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Sep 2008 11:23:22 +0000 (11:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Sep 2008 11:23:22 +0000 (11:23 -0000)
include/grp_.h
include/pwd_.h
include/shadow_.h

index 697a786..3d00b4a 100644 (file)
@@ -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
  */
 
index c36e468..a0cf7c9 100644 (file)
@@ -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
  */
 
index 73bed84..60f3e6b 100644 (file)
@@ -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
  */