[PATCH] staging: most: net: Fix typo in Kconfig help text

From: Heikki Huttu
Date: Sat Jun 14 2025 - 16:23:08 EST


This improves readability and documentation quality for the Kconfig entry.

Signed-off-by: Heikki Huttu <heissendo88@xxxxxxxxx>
---
drivers/staging/most/net/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/net/Kconfig b/drivers/staging/most/net/Kconfig
index ed8ac7e076d1..8ddc3a522aba 100644
--- a/drivers/staging/most/net/Kconfig
+++ b/drivers/staging/most/net/Kconfig
@@ -8,7 +8,7 @@ config MOST_NET
depends on NET

help
- Say Y here if you want to commumicate via a networking device.
+ Say Y here if you want to communicate via a networking device.

To compile this driver as a module, choose M here: the
module will be called most_net.
--
2.47.2