diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h index cff4af4..bd8fca5 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -109,8 +109,7 @@ struct BB_applet { extern const struct BB_applet applets[]; /* Automagically pull in all the applet function prototypes and - * applet usage strings. - * These are all of the form: + * applet usage strings. These are all of the form: * extern int foo_main(int argc, char **argv); * extern const char foo_usage[]; * These are all autogenerated from the set of currently defined applets. |