Fix some comments from way back when toybox first started (in 2006), when I was still cleaning busybox-isms out of my head...
diff --git a/toys.h b/toys.h
index 9563143..019c1b5 100644
--- a/toys.h
+++ b/toys.h
@@ -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;