diff options
author | Dave Jones <davej@redhat.com> | 2006-06-09 02:42:09 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 00:29:47 -0400 |
commit | 9dadaa19cb11a8db38072a92a3f95deab7a797fb (patch) | |
tree | 30a173768a0a84194c89898ecba1cb2a1bd49619 /net/Kconfig | |
parent | c8c05a8eec6f1258f6d5cb71a44ee5dc1e989b63 (diff) |
[NET]: NET_TCPPROBE Kconfig fix
Just spotted this typo in a new option.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index ff0db804eed8..ccadc8e48152 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -220,7 +220,7 @@ config NET_TCPPROBE | |||
220 | depends on INET && EXPERIMENTAL && PROC_FS && KPROBES | 220 | depends on INET && EXPERIMENTAL && PROC_FS && KPROBES |
221 | ---help--- | 221 | ---help--- |
222 | This module allows for capturing the changes to TCP connection | 222 | This module allows for capturing the changes to TCP connection |
223 | state in response to incoming patckets. It is used for debugging | 223 | state in response to incoming packets. It is used for debugging |
224 | TCP congestion avoidance modules. If you don't understand | 224 | TCP congestion avoidance modules. If you don't understand |
225 | what was just said, you don't need it: say N. | 225 | what was just said, you don't need it: say N. |
226 | 226 | ||