svn commit: [25553] trunk/busybox

aldot at busybox.net aldot at busybox.net
Thu Mar 5 17:27:40 UTC 2009


Author: aldot
Date: 2009-03-05 17:27:39 +0000 (Thu, 05 Mar 2009)
New Revision: 25553

Log:
- test commit


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2009-03-05 17:18:44 UTC (rev 25552)
+++ trunk/busybox/TODO	2009-03-05 17:27:39 UTC (rev 25553)
@@ -222,7 +222,7 @@
 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.



More information about the busybox-cvs mailing list