summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2018-08-16 09:44:55 +0200
committerTom Rini <trini@konsulko.com>2018-08-17 09:22:35 -0400
commit004167048defc61cbef44a819e4afd4b18c0b7e5 (patch)
treeda9a4f98cb7c559e495eb86d36a7fe67e2934d08 /common
parent8297e648b82197b7b543b0cc702983fcf98fe82c (diff)
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 0ad1e049a92..b44b7412fde 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