diff options
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | 2006-11-10 18:04:52 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 08:22:01 +0300 |
commit | fec5b80e4924f638418c21b09165dce8b79fee86 (patch) | |
tree | 783834873c7d2375c207b339b0b1c0d4ff326b54 /net/dccp/Kconfig | |
parent | 73c9e02c22e35e29db6d0fdec994d261fcfd82c0 (diff) | |
download | linux-fec5b80e4924f638418c21b09165dce8b79fee86.tar.xz |
[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 DCCP 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 DCCP connection probing can be found at http://linux-net.osdl.org/index.php/DccpProbe To compile this code as a module, choose M here: the |