svn commit: trunk/busybox/docs
aldot at busybox.net
aldot at busybox.net
Fri Mar 16 11:14:39 UTC 2007
Author: aldot
Date: 2007-03-16 04:14:38 -0700 (Fri, 16 Mar 2007)
New Revision: 18126
Log:
- touchup wording a bit
Modified:
trunk/busybox/docs/keep_data_small.txt
Changeset:
Modified: trunk/busybox/docs/keep_data_small.txt
===================================================================
--- trunk/busybox/docs/keep_data_small.txt 2007-03-15 23:44:10 UTC (rev 18125)
+++ trunk/busybox/docs/keep_data_small.txt 2007-03-16 11:14:38 UTC (rev 18126)
@@ -122,6 +122,6 @@
Word of caution
-If applet doesn't use much of global data, converting it to using
-one of above methods is not worth resulting code obfuscation.
-If you have less that ~300 bytes of global data - don't bother.
+If applet doesn't use much of global data, converting it to use
+one of above methods is not worth the resulting code obfuscation.
+If you have less than ~300 bytes of global data - don't bother.
More information about the busybox-cvs
mailing list