diff options
author | Stephen Hemminger <sheminger@vyatta.com> | 2009-03-16 10:17:23 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-03-16 10:17:23 -0400 |
commit | 67c0d57930ff9a24c6c34abee1b01f7716a9b0e2 (patch) | |
tree | 2e0e167e3547430a11b9584389c8676c750a0493 /net/ipv4 | |
parent | 9d2493f88f846b391a15a736efc7f4b97d6c4046 (diff) |
netfilter: Kconfig spelling fixes (trivial)
Signed-off-by: Stephen Hemminger <sheminger@vyatta.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index f8d6180938d5..1833bdbf9805 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -31,7 +31,7 @@ config NF_CONNTRACK_PROC_COMPAT | |||
31 | default y | 31 | default y |
32 | help | 32 | help |
33 | This option enables /proc and sysctl compatibility with the old | 33 | This option enables /proc and sysctl compatibility with the old |
34 | layer 3 dependant connection tracking. This is needed to keep | 34 | layer 3 dependent connection tracking. This is needed to keep |
35 | old programs that have not been adapted to the new names working. | 35 | old programs that have not been adapted to the new names working. |
36 | 36 | ||
37 | If unsure, say Y. | 37 | If unsure, say Y. |
@@ -99,7 +99,7 @@ config IP_NF_MATCH_TTL | |||
99 | ---help--- | 99 | ---help--- |
100 | This is a backwards-compat option for the user's convenience | 100 | This is a backwards-compat option for the user's convenience |
101 | (e.g. when running oldconfig). It selects | 101 | (e.g. when running oldconfig). It selects |
102 | COFNIG_NETFILTER_XT_MATCH_HL. | 102 | CONFIG_NETFILTER_XT_MATCH_HL. |
103 | 103 | ||
104 | # `filter', generic and specific targets | 104 | # `filter', generic and specific targets |
105 | config IP_NF_FILTER | 105 | config IP_NF_FILTER |
@@ -329,7 +329,7 @@ config IP_NF_TARGET_TTL | |||
329 | ---help--- | 329 | ---help--- |
330 | This is a backwards-compat option for the user's convenience | 330 | This is a backwards-compat option for the user's convenience |
331 | (e.g. when running oldconfig). It selects | 331 | (e.g. when running oldconfig). It selects |
332 | COFNIG_NETFILTER_XT_TARGET_HL. | 332 | CONFIG_NETFILTER_XT_TARGET_HL. |
333 | 333 | ||
334 | # raw + specific targets | 334 | # raw + specific targets |
335 | config IP_NF_RAW | 335 | config IP_NF_RAW |