summaryrefslogtreecommitdiff
path: root/net/kcm
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-11-16 14:56:14 +0100
committerJakub Kicinski <kuba@kernel.org>2025-11-18 18:21:04 -0800
commitefb238160e889e377578411d55abf47b1073492a (patch)
treefd39702ce95661768522b93d7907136e16eecbcd /net/kcm
parent932478bf9f6d3c7da9635c2fd0f87766c72ae683 (diff)
kcm: Fix typo and add hyphen in Kconfig help text
s/connectons/connections/ and s/message based/message-based/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Link: https://patch.msgid.link/20251116135616.106079-2-thorsten.blum@linux.dev Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/kcm')
-rw-r--r--net/kcm/Kconfig4
1 files 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).