diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-28 14:51:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-28 14:51:32 +0000 |
commit | 4e1715f4b9377a17c222d2e2f1868577f9db05fc (patch) | |
tree | cb39577524444444e44c24e32031ab626affe5be /runit/svlogd.c | |
parent | 2806b2368c41e78f02b60eff7b6f50932a2dc3fb (diff) | |
download | busybox-w32-4e1715f4b9377a17c222d2e2f1868577f9db05fc.tar.gz busybox-w32-4e1715f4b9377a17c222d2e2f1868577f9db05fc.tar.bz2 busybox-w32-4e1715f4b9377a17c222d2e2f1868577f9db05fc.zip |
correct bad English
Diffstat (limited to 'runit/svlogd.c')
-rw-r--r-- | runit/svlogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/svlogd.c b/runit/svlogd.c index cf29e8e9f..41a7c860e 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
@@ -796,7 +796,7 @@ int svlogd_main(int argc, char **argv) | |||
796 | if (!timestamp) | 796 | if (!timestamp) |
797 | memRchr = memrchr; | 797 | memRchr = memrchr; |
798 | 798 | ||
799 | /* Each iteration processes one line or more lines */ | 799 | /* Each iteration processes one or more lines */ |
800 | while (1) { | 800 | while (1) { |
801 | char stamp[FMT_PTIME]; | 801 | char stamp[FMT_PTIME]; |
802 | char *lineptr; | 802 | char *lineptr; |