diff options
author | Rob Landley <rob@landley.net> | 2013-04-21 12:15:59 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-04-21 12:15:59 -0500 |
commit | 933919cd8094e870b3e7a554605fd49b20ddb1e0 (patch) | |
tree | 43e45408ba26d5d8e972d8cef2bb5e2e69d120cc /toys.h | |
parent | 553aacf6e39bb18dff87ce1a48210a97408b93dd (diff) | |
download | toybox-933919cd8094e870b3e7a554605fd49b20ddb1e0.tar.gz toybox-933919cd8094e870b3e7a554605fd49b20ddb1e0.tar.bz2 toybox-933919cd8094e870b3e7a554605fd49b20ddb1e0.zip |
Fix some comments from way back when toybox first started (in 2006), when I was still cleaning busybox-isms out of my head...
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ void toy_exec(char *argv[]); #define TOYFLAG_NEEDROOT (1<<7) #define TOYFLAG_ROOTONLY (TOYFLAG_STAYROOT|TOYFLAG_NEEDROOT) -// Array of available applets +// Array of available commands extern struct toy_list { char *name; |