diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
commit | 10ad622dc2a9fb6563fab13719ead8baf15ff9e4 (patch) | |
tree | 82312d6f38a517dcc7c0004f78d76c667f5a674b /sysklogd | |
parent | d85352b4ff51694cb35b429e4cef53302c9e7076 (diff) | |
download | busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.gz busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.bz2 busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.zip |
Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 1f0c6252d..71459941e 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -24,7 +24,7 @@ | |||
24 | //config: default y | 24 | //config: default y |
25 | //config: depends on LOGREAD | 25 | //config: depends on LOGREAD |
26 | //config: help | 26 | //config: help |
27 | //config: 'logread' ouput to slow serial terminals can have | 27 | //config: 'logread' output to slow serial terminals can have |
28 | //config: side effects on syslog because of the semaphore. | 28 | //config: side effects on syslog because of the semaphore. |
29 | //config: This option make logread to double buffer copy | 29 | //config: This option make logread to double buffer copy |
30 | //config: from circular buffer, minimizing semaphore | 30 | //config: from circular buffer, minimizing semaphore |
@@ -159,7 +159,7 @@ int logread_main(int argc UNUSED_PARAM, char **argv) | |||
159 | cur, shbuf_tail, shbuf_size); | 159 | cur, shbuf_tail, shbuf_size); |
160 | 160 | ||
161 | if (!(follow & 1)) { /* not -f */ | 161 | if (!(follow & 1)) { /* not -f */ |
162 | /* if -F, "convert" it to -f, so that we dont | 162 | /* if -F, "convert" it to -f, so that we don't |
163 | * dump the entire buffer on each iteration | 163 | * dump the entire buffer on each iteration |
164 | */ | 164 | */ |
165 | follow >>= 1; | 165 | follow >>= 1; |