aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-08-07 14:02:26 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-07 14:02:26 +0200
commit58a15cd9d2765e9b9bca6b71ad9713bcc3784821 (patch)
tree168da25f51ad1f87e20770eef6eb98cc36f98a8a
parent0d98b4409bef0f0c7b57965da0e8d93344445529 (diff)
downloadbusybox-w32-58a15cd9d2765e9b9bca6b71ad9713bcc3784821.tar.gz
busybox-w32-58a15cd9d2765e9b9bca6b71ad9713bcc3784821.tar.bz2
busybox-w32-58a15cd9d2765e9b9bca6b71ad9713bcc3784821.zip
Fix a typo in config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/udhcp/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index 331dffc2e..dcd493f13 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -85,7 +85,7 @@ config UDHCP_DEBUG
85 depends on UDHCPD || UDHCPC || DHCPRELAY 85 depends on UDHCPD || UDHCPC || DHCPRELAY
86 help 86 help
87 Verbosity can be increased with multiple -v options. 87 Verbosity can be increased with multiple -v options.
88 This options controls how high it can be cranked up. 88 This option controls how high it can be cranked up.
89 89
90 Bigger values result in bigger code. Levels above 1 90 Bigger values result in bigger code. Levels above 1
91 are very verbose and useful for debugging only. 91 are very verbose and useful for debugging only.