diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-10 23:42:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-10 23:42:36 +0000 |
commit | 3e8fd18037030df36d686e4d16c6d548a79f60c3 (patch) | |
tree | c0fb4494dd25b1d6430855ce5e5c0e0f391aaf06 | |
parent | 0381d422d9b40c0cf887d299224c7759875aefd8 (diff) | |
download | busybox-w32-3e8fd18037030df36d686e4d16c6d548a79f60c3.tar.gz busybox-w32-3e8fd18037030df36d686e4d16c6d548a79f60c3.tar.bz2 busybox-w32-3e8fd18037030df36d686e4d16c6d548a79f60c3.zip |
fix typo in config help text
-rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 40da1ac7a..453b195c9 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -35,7 +35,7 @@ config MODPROBE_SMALL | |||
35 | - rmmod is an alias to modprobe -r | 35 | - rmmod is an alias to modprobe -r |
36 | - depmod generates modules.dep.bb | 36 | - depmod generates modules.dep.bb |
37 | 37 | ||
38 | As of 2008-07, this code is experimental. It it 14kb smaller | 38 | As of 2008-07, this code is experimental. It is 14kb smaller |
39 | than "non-small" modutils. | 39 | than "non-small" modutils. |
40 | 40 | ||
41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE | 41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE |