mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
932478bf9f
commit
efb238160e
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user