aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0435dff28..d6a60d1dd 100644
--- a/TODO
+++ b/TODO
@@ -222,7 +222,7 @@ Switch CONFIG_SYMBOLS to ENABLE_SYMBOLS
222FEATURE_CLEAN_UP 222FEATURE_CLEAN_UP
223 This is more an unresolved issue than a to-do item. More thought is needed. 223 This is more an unresolved issue than a to-do item. More thought is needed.
224 224
225 Normally we rely on exit() to free memory, close files, and unmap segments 225 Normally we rely on exit() to free memory, close files and unmap segments
226 for us. This makes most calls to free(), close(), and unmap() optional in 226 for us. This makes most calls to free(), close(), and unmap() optional in
227 busybox applets that don't intend to run for very long, and optional stuff 227 busybox applets that don't intend to run for very long, and optional stuff
228 can be omitted to save size. 228 can be omitted to save size.