aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorMatt LaPlante <laplam@rpi.edu>2006-06-29 12:51:15 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 16:58:28 -0700
commitc22751b73a3770b3046102bb97b139218ff1875b (patch)
tree64e4b4866f53175a40c6fced126df715e825b2cb /net/ipv4/netfilter/Kconfig
parent7263ade1e1e72e34fc3c179f3aeaa07a11872d22 (diff)
downloadlinux-c22751b73a3770b3046102bb97b139218ff1875b.tar.gz
[NETFILTE] ipv4: Fix typo (Bugzilla #6753)
This patch fixes bugzilla #6753, a typo in the netfilter Kconfig Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index e1d7f5fbc52634..ef0b5aac58382f 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -332,7 +332,7 @@ config IP_NF_MATCH_HASHLIMIT
help
This option adds a new iptables `hashlimit' match.
- As opposed to `limit', this match dynamically crates a hash table
+ As opposed to `limit', this match dynamically creates a hash table
of limit buckets, based on your selection of source/destination
ip addresses and/or ports.