From: Dave Jones Date: Fri, 9 Jun 2006 06:42:09 +0000 (-0700) Subject: [NET]: NET_TCPPROBE Kconfig fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9dadaa19cb11a8db38072a92a3f95deab7a797fb;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [NET]: NET_TCPPROBE Kconfig fix Just spotted this typo in a new option. Signed-off-by: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- 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 depends on INET && EXPERIMENTAL && PROC_FS && KPROBES ---help--- This module allows for capturing the changes to TCP connection - state in response to incoming patckets. It is used for debugging + state in response to incoming packets. It is used for debugging TCP congestion avoidance modules. If you don't understand what was just said, you don't need it: say N.