diff options
author | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /libbb | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz |
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/parse_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/parse_config.c b/libbb/parse_config.c index b6c720d..c511d97 100644 --- a/libbb/parse_config.c +++ b/libbb/parse_config.c @@ -102,7 +102,7 @@ void FAST_FUNC config_close(parser_t *parser) 0. If parser is NULL return 0. 1. Read a line from config file. If nothing to read then return 0. Handle continuation character. Advance lineno for each physical line. - Discard everything past comment characher. + Discard everything past comment character. 2. if PARSE_TRIM is set (default), remove leading and trailing delimiters. 3. If resulting line is empty goto 1. 4. Look for first delimiter. If !PARSE_COLLAPSE or !PARSE_TRIM is set then |