diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-11 19:40:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-11 19:40:30 -0500 |
commit | bb7e8c5a55c1f5d4192f4b61a84a791796ebf0c3 (patch) | |
tree | e924726833eca2911c53684701dc56259289ab5d /net/sched/Kconfig | |
parent | 54608b709963b4f474ea26c1a087409eb0d9bebf (diff) |
[PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description
Noted by Matt LaPlante <webmaster@cyberdogtech.com>.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 55cd5327fbd7..8a260d43ceef 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -411,7 +411,7 @@ config NET_EMATCH_META | |||
411 | tristate "Metadata" | 411 | tristate "Metadata" |
412 | depends on NET_EMATCH | 412 | depends on NET_EMATCH |
413 | ---help--- | 413 | ---help--- |
414 | Say Y here if you want to be ablt to classify packets based on | 414 | Say Y here if you want to be able to classify packets based on |
415 | metadata such as load average, netfilter attributes, socket | 415 | metadata such as load average, netfilter attributes, socket |
416 | attributes and routing decisions. | 416 | attributes and routing decisions. |
417 | 417 | ||