Commit efb23816 authored by Thorsten Blum's avatar Thorsten Blum Committed by Jakub Kicinski
Browse files

kcm: Fix typo and add hyphen in Kconfig help text



s/connectons/connections/ and s/message based/message-based/

Signed-off-by: default avatarThorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20251116135616.106079-2-thorsten.blum@linux.dev


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 932478bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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).