diff mbox series

[U-Boot,v2] kconfig: fix typo 'parition'

Message ID 20180816074455.18228-1-simon.k.r.goldschmidt@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,v2] kconfig: fix typo 'parition' | expand

Commit Message

Simon Goldschmidt Aug. 16, 2018, 7:44 a.m. UTC
Replaced misspelled words "parition"/"paritioning" (missing 't') in two
Kconfig files by correct words "partition"/"partitioning"

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
---

Changes in v2:
- Improve commit message

 common/spl/Kconfig        | 2 +-
 drivers/i2c/muxes/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Philipp Tomsich Aug. 16, 2018, 7:58 a.m. UTC | #1
> On 16 Aug 2018, at 09:44, Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> wrote:
> 
> Replaced misspelled words "parition"/"paritioning" (missing 't') in two
> Kconfig files by correct words "partition"/"partitioning"
> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tom Rini Aug. 17, 2018, 1:56 p.m. UTC | #2
On Thu, Aug 16, 2018 at 09:44:55AM +0200, Simon Goldschmidt wrote:

> Replaced misspelled words "parition"/"paritioning" (missing 't') in two
> Kconfig files by correct words "partition"/"partitioning"
> 
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 0ad1e049a9..b44b7412fd 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -409,7 +409,7 @@  config SPL_LIBCOMMON_SUPPORT
 	  an SPL build.
 
 config SPL_LIBDISK_SUPPORT
-	bool "Support disk paritions"
+	bool "Support disk partitions"
 	help
 	  Enable support for disk partitions within SPL. 'Disk' is something
 	  of a misnomer as it includes non-spinning media such as flash (as
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 156380c1cc..b0da67ce2c 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -31,7 +31,7 @@  config I2C_MUX_PCA954x
 	help
 	  If you say yes here you get support for the TI PCA954x
 	  I2C mux/switch devices. It is x width I2C multiplexer which enables to
-	  paritioning I2C bus and connect multiple devices with the same address
+	  partitioning I2C bus and connect multiple devices with the same address
 	  to the same I2C controller where driver handles proper routing to
 	  target i2c device. PCA9544 and PCA9548 are supported.