[U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support

Michal Simek michal.simek at xilinx.com
Tue Dec 8 11:18:53 CET 2015


Fix typo in command description.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 drivers/i2c/muxes/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index bd3e078d629e..4051923115a5 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -1,5 +1,5 @@
 config I2C_MUX
-	bool "Suport I2C multiplexers"
+	bool "Support I2C multiplexers"
 	depends on DM_I2C
 	help
 	  This enables I2C buses to be multiplexed, so that you can select
-- 
1.9.1



More information about the U-Boot mailing list