diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-11-30 21:38:43 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:54:57 +0100 |
commit | 5065a706c1784f2dd661cd43c1ac2b4ae92d0afa (patch) | |
tree | 7a219e78eb267df0380b902f9393772c06070bda /net | |
parent | 90e51adf16db137d9b61eea952af32ee2f454c41 (diff) |
treewide: Fix typo in Kconfig
Correct spelling typo in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/ipset/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig index ba36c283d837..95e7d62f3008 100644 --- a/net/netfilter/ipset/Kconfig +++ b/net/netfilter/ipset/Kconfig @@ -21,7 +21,7 @@ config IP_SET_MAX You can define here default value of the maximum number of IP sets for the kernel. - The value can be overriden by the 'max_sets' module + The value can be overridden by the 'max_sets' module parameter of the 'ip_set' module. config IP_SET_BITMAP_IP |