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

Heikki Huttu posted 1 patch 3 months, 3 weeks ago
drivers/staging/most/net/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: most: net: Fix typo in Kconfig help text
Posted by Heikki Huttu 3 months, 3 weeks ago
This improves readability and documentation quality for the Kconfig entry.

Signed-off-by: Heikki Huttu <heissendo88@gmail.com>
---
 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