]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
disk: Correct help for TPL_PARTITIONS
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:34:40 +0000 (19:34 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000 (11:05 -0400)
Fix a few typos in this help text. Fix a typo in SPL_PARTITIONS while
we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/Kconfig

index 81d8867ed7fcad395c7ccef34a1ae4be5a83bb1b..c9b9dbaf1a60d0a0c41951eb046372793c312146 100644 (file)
@@ -24,7 +24,7 @@ config SPL_PARTITIONS
        select SPL_STRTO
        help
          Enable this for base partition support in SPL. The required
-         partition table types shold be enabled separately. This add a
+         partition table types shold be enabled separately. This adds a
          small amount of size to SPL, typically 500 bytes.
 
 config TPL_PARTITIONS
@@ -32,9 +32,9 @@ config TPL_PARTITIONS
        select TPL_SPRINTF
        select TPL_STRTO
        help
-         Enable this for base partition support in SPL. The required
-         partition table types shold be enabled separately. This add a
-         small amount of size to SPL, typically 500 bytes.
+         Enable this for base partition support in TPL. The required
+         partition table types shold be enabled separately. This adds a
+         small amount of size to TPL, typically 500 bytes.
 
 config MAC_PARTITION
        bool "Enable Apple's MacOS partition table"