From 14ec6cf3c224d53219b2713b0040dfa03314d5b3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 5 Dec 1999 22:17:02 +0000 Subject: syslogd and klogd work now. -Erik --- utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility.c') diff --git a/utility.c b/utility.c index 9e56dbe8a..a38ef86fb 100644 --- a/utility.c +++ b/utility.c @@ -45,7 +45,7 @@ const char mtab_file[] = "/proc/mounts"; #endif -/* volatile so gcc knows this is the enod of the line */ +/* volatile so gcc knows this is the end of the line */ extern void usage(const char *usage) { fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); -- cgit v1.2.3