aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-03-05 17:27:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-03-05 17:27:39 +0000
commit8517d6fc1fbb2181954cfa22997e20dd9ae9cc18 (patch)
tree5b09b3f013ef77a8c5cd32c6cf60362e2a831e95 /TODO
parent0e2f362a61a4ddbbae3f4372da9adf32bbce16e6 (diff)
downloadbusybox-8517d6fc1fbb2181954cfa22997e20dd9ae9cc18.tar.gz
- test commit
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
FEATURE_CLEAN_UP
This is more an unresolved issue than a to-do item. More thought is needed.
- Normally we rely on exit() to free memory, close files, and unmap segments
+ Normally we rely on exit() to free memory, close files and unmap segments
for us. This makes most calls to free(), close(), and unmap() optional in
busybox applets that don't intend to run for very long, and optional stuff
can be omitted to save size.