kconfig: fix typo 'parition'
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 16 Aug 2018 07:44:55 +0000 (09:44 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Aug 2018 13:22:35 +0000 (09:22 -0400)
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>
common/spl/Kconfig
drivers/i2c/muxes/Kconfig

index 0ad1e049a926e8178179915cbd3c0ddc9de4d618..b44b7412fdebe0fe941fb9179868facb2e1b61ab 100644 (file)
@@ -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
index 156380c1ccc3d85e79e9189608a6b4814da51f47..b0da67ce2c6b592009fb52200a30e39d19f11eaa 100644 (file)
@@ -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.