[PATCH net-next] kcm: Fix typo and add hyphen in Kconfig help text

Thorsten Blum posted 1 patch 2 months, 3 weeks ago
net/kcm/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH net-next] kcm: Fix typo and add hyphen in Kconfig help text
Posted by Thorsten Blum 2 months, 3 weeks ago
s/connectons/connections/ and s/message based/message-based/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 net/kcm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig
index 16f39f2565d9..66660a06cacf 100644
--- a/net/kcm/Kconfig
+++ b/net/kcm/Kconfig
@@ -7,5 +7,5 @@ config AF_KCM
 	select STREAM_PARSER
 	help
 	  KCM (Kernel Connection Multiplexor) sockets provide a method
-	  for multiplexing messages of a message based application
-	  protocol over kernel connectons (e.g. TCP connections).
+	  for multiplexing messages of a message-based application
+	  protocol over kernel connections (e.g. TCP connections).
-- 
2.51.1