diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 17:52:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 17:52:53 +0000 |
commit | 78e1d58d3a320637cbe78fa5c86081931392875b (patch) | |
tree | c51a001fda5544002cfe36ae4de6e4d3ec93d7a1 | |
parent | c44c21060e47a50090206b23ff4de8fe13e8e521 (diff) | |
download | busybox-w32-78e1d58d3a320637cbe78fa5c86081931392875b.tar.gz busybox-w32-78e1d58d3a320637cbe78fa5c86081931392875b.tar.bz2 busybox-w32-78e1d58d3a320637cbe78fa5c86081931392875b.zip |
- fix commentary typo
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index a07606287..9d70e7099 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1098,7 +1098,7 @@ enum { /* DO NOT CHANGE THESE VALUES! cp.c, mv.c, install.c depend on them. */ | |||
1098 | 1098 | ||
1099 | #define FILEUTILS_CP_OPTSTR "pdRfils" USE_SELINUX("c") | 1099 | #define FILEUTILS_CP_OPTSTR "pdRfils" USE_SELINUX("c") |
1100 | extern const char *applet_name; | 1100 | extern const char *applet_name; |
1101 | /* "BusyBox vN.N.N (timestamp or extra_vestion)" */ | 1101 | /* "BusyBox vN.N.N (timestamp or extra_version)" */ |
1102 | extern const char bb_banner[]; | 1102 | extern const char bb_banner[]; |
1103 | extern const char bb_msg_memory_exhausted[]; | 1103 | extern const char bb_msg_memory_exhausted[]; |
1104 | extern const char bb_msg_invalid_date[]; | 1104 | extern const char bb_msg_invalid_date[]; |