diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-16 11:14:38 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-16 11:14:38 +0000 |
commit | e4c38a975fd6a81b418022a6d9e56ab70e97aad0 (patch) | |
tree | 067d9eff50c762cacccefa0ccbcd0ee1f2734131 | |
parent | 935eab8dcc875bd10d7f13a39bf0cc1f4bf57607 (diff) | |
download | busybox-w32-e4c38a975fd6a81b418022a6d9e56ab70e97aad0.tar.gz busybox-w32-e4c38a975fd6a81b418022a6d9e56ab70e97aad0.tar.bz2 busybox-w32-e4c38a975fd6a81b418022a6d9e56ab70e97aad0.zip |
- touchup wording a bit
git-svn-id: svn://busybox.net/trunk/busybox@18126 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | docs/keep_data_small.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt index 5137dffc6..66f92b321 100644 --- a/docs/keep_data_small.txt +++ b/docs/keep_data_small.txt | |||
@@ -122,6 +122,6 @@ less readable, use #defines: | |||
122 | 122 | ||
123 | Word of caution | 123 | Word of caution |
124 | 124 | ||
125 | If applet doesn't use much of global data, converting it to using | 125 | If applet doesn't use much of global data, converting it to use |
126 | one of above methods is not worth resulting code obfuscation. | 126 | one of above methods is not worth the resulting code obfuscation. |
127 | If you have less that ~300 bytes of global data - don't bother. | 127 | If you have less than ~300 bytes of global data - don't bother. |