diff mbox series

[02/23] disk: Correct help for TPL_PARTITIONS

Message ID 20220807154708.1418967-3-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show
Series blk: Rationalise the block interface | expand

Commit Message

Simon Glass Aug. 7, 2022, 3:46 p.m. UTC
Fix a few typos in this help text.

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

 disk/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Heinrich Schuchardt Aug. 8, 2022, 7:38 a.m. UTC | #1
On 8/7/22 17:46, Simon Glass wrote:
> Fix a few typos in this help text.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>   disk/Kconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/disk/Kconfig b/disk/Kconfig
> index 81d8867ed7f..bc1c263613e 100644
> --- a/disk/Kconfig
> +++ b/disk/Kconfig
> @@ -32,9 +32,9 @@ config TPL_PARTITIONS
>   	select TPL_SPRINTF
>   	select TPL_STRTO
>   	help
> -	  Enable this for base partition support in SPL. The required
> +	  Enable this for base partition support in TPL. The required
>   	  partition table types shold be enabled separately. This add a

%s/add a/adds a/

> -	  small amount of size to SPL, typically 500 bytes.
> +	  small amount of size to TPL, typically 500 bytes.
>
>   config MAC_PARTITION
>   	bool "Enable Apple's MacOS partition table"
diff mbox series

Patch

diff --git a/disk/Kconfig b/disk/Kconfig
index 81d8867ed7f..bc1c263613e 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -32,9 +32,9 @@  config TPL_PARTITIONS
 	select TPL_SPRINTF
 	select TPL_STRTO
 	help
-	  Enable this for base partition support in SPL. The required
+	  Enable this for base partition support in TPL. The required
 	  partition table types shold be enabled separately. This add a
-	  small amount of size to SPL, typically 500 bytes.
+	  small amount of size to TPL, typically 500 bytes.
 
 config MAC_PARTITION
 	bool "Enable Apple's MacOS partition table"