Skip to content

Commit

Permalink
[NETFILTE] ipv4: Fix typo (Bugzilla #6753)
Browse files Browse the repository at this point in the history
This patch fixes bugzilla #6753, a typo in the netfilter Kconfig

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Matt LaPlante authored and David S. Miller committed Jun 29, 2006
1 parent 7263ade commit c22751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c22751b

Please sign in to comment.