diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2018-08-16 09:44:55 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 09:22:35 -0400 |
commit | 004167048defc61cbef44a819e4afd4b18c0b7e5 (patch) | |
tree | da9a4f98cb7c559e495eb86d36a7fe67e2934d08 /common | |
parent | 8297e648b82197b7b543b0cc702983fcf98fe82c (diff) | |
download | u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.zip u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.tar.gz u-boot-004167048defc61cbef44a819e4afd4b18c0b7e5.tar.bz2 |
kconfig: fix typo 'parition'
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>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0ad1e04..b44b741 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 |