Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
[oweals/busybox.git] / TODO
diff --git a/TODO b/TODO
index 47ffe46defbf7f9cd57ec673f09074604e36477a..7237ab736cd6ee45a951799daa885b57911658af 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,7 +42,7 @@ Run the following:
     rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
        sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
 
-reveals the list of all external (i.e. libc) things that BusyBox depends on.
+reveals the list of all external (i.e., libc) things that BusyBox depends on.
 It would be a very nice thing to reduce this list to an absolute minimum, to
 reduce the footprint of busybox, especially when staticly linking with
 libraries such as uClibc.