浏览代码

[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>
Dave Jones 19 年之前
父节点
当前提交
9dadaa19cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/Kconfig

+ 1 - 1
net/Kconfig

@@ -220,7 +220,7 @@ config NET_TCPPROBE
 	depends on INET && EXPERIMENTAL && PROC_FS && KPROBES
 	depends on INET && EXPERIMENTAL && PROC_FS && KPROBES
 	---help---
 	---help---
 	This module allows for capturing the changes to TCP connection
 	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
 	TCP congestion avoidance modules. If you don't understand
 	what was just said, you don't need it: say N.
 	what was just said, you don't need it: say N.