diff options
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | 2006-11-10 10:04:52 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:22:01 -0500 |
commit | fec5b80e4924f638418c21b09165dce8b79fee86 (patch) | |
tree | 783834873c7d2375c207b339b0b1c0d4ff326b54 /net/dccp/Kconfig | |
parent | 73c9e02c22e35e29db6d0fdec994d261fcfd82c0 (diff) |
[DCCP]: Fix DCCP Probe Typo
Fixes a typo in Kconfig, patch is by Ian McDonald and is re-sent from
http://www.mail-archive.com/dccp@vger.kernel.org/msg00579.html
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/dccp/Kconfig')
-rw-r--r-- | net/dccp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index ef8919cca74b..2fc5e55d2a8d 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig | |||
@@ -49,7 +49,7 @@ config NET_DCCPPROBE | |||
49 | DCCP congestion avoidance modules. If you don't understand | 49 | DCCP congestion avoidance modules. If you don't understand |
50 | what was just said, you don't need it: say N. | 50 | what was just said, you don't need it: say N. |
51 | 51 | ||
52 | Documentation on how to use the packet generator can be found | 52 | Documentation on how to use DCCP connection probing can be found |
53 | at http://linux-net.osdl.org/index.php/DccpProbe | 53 | at http://linux-net.osdl.org/index.php/DccpProbe |
54 | 54 | ||
55 | To compile this code as a module, choose M here: the | 55 | To compile this code as a module, choose M here: the |