diff options
author | Matt LaPlante <laplam@rpi.edu> | 2006-06-30 18:53:46 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:53:46 +0200 |
commit | 3539c272f18d54dc1e4c109d336d33d6a5c94b93 (patch) | |
tree | 4711ca299491f984b05975d7857c058531bb59a2 /net | |
parent | 779cbf0bbc75629ecffd480d2f261af42ea80bbe (diff) | |
download | linux-3539c272f18d54dc1e4c109d336d33d6a5c94b93.tar.gz linux-3539c272f18d54dc1e4c109d336d33d6a5c94b93.tar.bz2 linux-3539c272f18d54dc1e4c109d336d33d6a5c94b93.zip |
Kconfig: Typos in net/sched/Kconfig
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/sched/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 13eeee582886..8298ea9ffe19 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -305,7 +305,7 @@ config NET_CLS_U32 tristate "Universal 32bit comparisons w/ hashing (U32)" select NET_CLS ---help--- - Say Y here to be able to classify packetes using a universal + Say Y here to be able to classify packets using a universal 32bit pieces based comparison scheme. To compile this code as a module, choose M here: the @@ -485,7 +485,7 @@ config NET_ACT_IPT tristate "IPtables targets" depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES ---help--- - Say Y here to be able to invoke iptables targets after succesful + Say Y here to be able to invoke iptables targets after successful classification. To compile this code as a module, choose M here: the @@ -537,8 +537,8 @@ config NET_ESTIMATOR ---help--- Say Y here to allow using rate estimators to estimate the current rate-of-flow for network devices, queues, etc. This module is - automaticaly selected if needed but can be selected manually for - statstical purposes. + automatically selected if needed but can be selected manually for + statistical purposes. endif # NET_SCHED |