From 77d9268892b0d9624ab95bb551cbfe7a745d2666 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 23 May 2001 20:32:09 +0000 Subject: Patch from larry to fix some grammar errors. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 47ffe46de..7237ab736 100644 --- 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. -- cgit v1.2.3