aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-26 11:23:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-26 11:23:22 +0000
commitfd3552dff905e03842197291a2a3627acd53756c (patch)
tree7e84aecf56ca214bf68de4da76f8bd940b5a0102
parentbfc93a3caf5fca9cbece04700a882e8bd54e3bd2 (diff)
downloadbusybox-w32-fd3552dff905e03842197291a2a3627acd53756c.tar.gz
busybox-w32-fd3552dff905e03842197291a2a3627acd53756c.tar.bz2
busybox-w32-fd3552dff905e03842197291a2a3627acd53756c.zip
- commentary typo fix
-rw-r--r--include/grp_.h2
-rw-r--r--include/pwd_.h2
-rw-r--r--include/shadow_.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/grp_.h b/include/grp_.h
index 697a78606..3d00b4aa7 100644
--- a/include/grp_.h
+++ b/include/grp_.h
@@ -29,7 +29,7 @@
29#endif 29#endif
30 30
31/* This file is #included after #include <grp.h> 31/* This file is #included after #include <grp.h>
32 * We will use libc-defined structures, but will #define finction names 32 * We will use libc-defined structures, but will #define function names
33 * so that function calls are directed to bb_internal_XXX replacements 33 * so that function calls are directed to bb_internal_XXX replacements
34 */ 34 */
35 35
diff --git a/include/pwd_.h b/include/pwd_.h
index c36e4686c..a0cf7c9f7 100644
--- a/include/pwd_.h
+++ b/include/pwd_.h
@@ -29,7 +29,7 @@
29#endif 29#endif
30 30
31/* This file is #included after #include <pwd.h> 31/* This file is #included after #include <pwd.h>
32 * We will use libc-defined structures, but will #define finction names 32 * We will use libc-defined structures, but will #define function names
33 * so that function calls are directed to bb_internal_XXX replacements 33 * so that function calls are directed to bb_internal_XXX replacements
34 */ 34 */
35 35
diff --git a/include/shadow_.h b/include/shadow_.h
index 73bed8400..60f3e6b5f 100644
--- a/include/shadow_.h
+++ b/include/shadow_.h
@@ -27,7 +27,7 @@
27#endif 27#endif
28 28
29/* This file is #included after #include <shadow.h> 29/* This file is #included after #include <shadow.h>
30 * We will use libc-defined structures, but will #define finction names 30 * We will use libc-defined structures, but will #define function names
31 * so that function calls are directed to bb_internal_XXX replacements 31 * so that function calls are directed to bb_internal_XXX replacements
32 */ 32 */
33 33