aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 18:13:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-22 18:13:15 +0100
commit29ca1591335b2a73522c2c3ef43daff63c71e8dc (patch)
treeb93dd5b2a1f875b2e15d34fe275c9a6121fe0f4f /libbb/getopt32.c
parent7b4c0fd5f4df4541a1659de04823326cd22c254e (diff)
downloadbusybox-w32-29ca1591335b2a73522c2c3ef43daff63c71e8dc.tar.gz
busybox-w32-29ca1591335b2a73522c2c3ef43daff63c71e8dc.tar.bz2
busybox-w32-29ca1591335b2a73522c2c3ef43daff63c71e8dc.zip
fix misspelling in comment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c
index eb998009d..25bae319e 100644
--- a/libbb/getopt32.c
+++ b/libbb/getopt32.c
@@ -115,7 +115,7 @@ const char *opt_complementary
115 found. 115 found.
116 116
117 "ww" Adjacent double options have a counter associated which indicates 117 "ww" Adjacent double options have a counter associated which indicates
118 the number of occurences of the option. 118 the number of occurrences of the option.
119 For example the ps applet needs: 119 For example the ps applet needs:
120 if w is given once, GNU ps sets the width to 132, 120 if w is given once, GNU ps sets the width to 132,
121 if w is given more than once, it is "unlimited" 121 if w is given more than once, it is "unlimited"