aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
commit3e8669f3599c05797b907faac2d2a5fc8827902c (patch)
tree8a799cfbb3963a1da83b635df90638143b5bd078 /modutils
parent08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff)
downloadbusybox-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 453b195c9..f76a0820e 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -104,7 +104,7 @@ config FEATURE_INSMOD_VERSION_CHECKING
default n
depends on INSMOD && FEATURE_2_4_MODULES
help
- Support checking of versions for modules. This is used to
+ Support checking of versions for modules. This is used to
ensure that the kernel and module are made for each other.
config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
@@ -113,9 +113,9 @@ config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
depends on INSMOD && FEATURE_2_4_MODULES
help
By adding module symbols to the kernel symbol table, Oops messages
- occuring within kernel modules can be properly debugged. By enabling
+ occuring within kernel modules can be properly debugged. By enabling
this feature, module symbols will always be added to the kernel symbol
- table for properly debugging support. If you are not interested in
+ table for properly debugging support. If you are not interested in
Oops messages from kernel modules, say N.
config FEATURE_INSMOD_LOADINKMEM
@@ -145,7 +145,7 @@ config FEATURE_INSMOD_LOAD_MAP_FULL
depends on FEATURE_INSMOD_LOAD_MAP
help
Without this option, -m will only output section
- load map. With this option, -m will also output
+ load map. With this option, -m will also output
symbols load map.
config RMMOD
@@ -229,7 +229,7 @@ config FEATURE_CHECK_TAINTED_MODULE
default y
depends on INSMOD || LSMOD
help
- Support checking for tainted modules. These are usually binary
+ Support checking for tainted modules. These are usually binary
only modules that will make the linux-kernel list ignore your
support request.
This option is required to support GPLONLY modules.