From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Date: Wed, 26 Jul 2017 10:27:42 +0000 (+0200)
Subject: dm: Kconfig: fix typo in help for SPL_PINCTRL
X-Git-Tag: v2025.01-rc5-pxa1908~6190
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=0fa0abecfc1051b624aff3008a728abe41127b67;p=u-boot.git

dm: Kconfig: fix typo in help for SPL_PINCTRL

Changes 'controlloers' to 'controllers' in the help-text for
SPL_PINCTRL.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 4ab0b3a5eb..bcbe4a18c1 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -60,7 +60,7 @@ config PINCONF
 	  framework.
 
 config SPL_PINCTRL
-	bool "Support pin controlloers in SPL"
+	bool "Support pin controllers in SPL"
 	depends on SPL && SPL_DM
 	help
 	  This option is an SPL-variant of the PINCTRL option.