diff options
author | Grant Grundler <grundler@parisc-linux.org> | 2006-09-25 23:47:14 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 17:53:57 -0700 |
commit | 82fe7c924e61f9444b376498496942d41fbe9d26 (patch) | |
tree | 3886364eca14653ab60d3084dc2780d20f4d3108 | |
parent | 1618cb0c9c2ac128beb94ff376e3367932ae6432 (diff) |
[NET] Kconfig: fix cut/paste error in TCPPROBE
Fix cut/paste error in TCPPROBE help text.
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 6528a935622..a81aca43932 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -231,7 +231,7 @@ config NET_TCPPROBE TCP congestion avoidance modules. If you don't understand what was just said, you don't need it: say N. - Documentation on how to use the packet generator can be found + Documentation on how to use TCP connection probing can be found at http://linux-net.osdl.org/index.php/TcpProbe To compile this code as a module, choose M here: the |