diff toys.h @ 873:d90f14e011b8

Fix some comments from way back when toybox first started (in 2006), when I was still cleaning busybox-isms out of my head...
author Rob Landley <rob@landley.net>
date Sun, 21 Apr 2013 12:15:59 -0500
parents 68d6c1ce7bba
children d7bd69bec519
line wrap: on
line diff
--- a/toys.h	Sat Apr 20 00:18:17 2013 +0200
+++ b/toys.h	Sun Apr 21 12:15:59 2013 -0500
@@ -89,7 +89,7 @@
 #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;