diff mbox series

efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description

Message ID 682c714d8b39b3ef0a12ec3d824475d630b17e11.1721138209.git.michal.simek@amd.com
State Accepted, archived
Commit ff47fddf72189e1adfc94a143455f8717369e3c0
Delegated to: Heinrich Schuchardt
Headers show
Series efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description | expand

Commit Message

Michal Simek July 16, 2024, 1:56 p.m. UTC
Fix typo in EFI_RT_VOLATILE_STORE description.

Fixes: c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT")
Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 lib/efi_loader/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilias Apalodimas July 22, 2024, 6:50 a.m. UTC | #1
On Tue, 16 Jul 2024 at 16:57, Michal Simek <michal.simek@amd.com> wrote:
>
> Fix typo in EFI_RT_VOLATILE_STORE description.
>
> Fixes: c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT")
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
>  lib/efi_loader/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
> index ee71f417147a..41bab4f1ad27 100644
> --- a/lib/efi_loader/Kconfig
> +++ b/lib/efi_loader/Kconfig
> @@ -67,7 +67,7 @@ config EFI_RT_VOLATILE_STORE
>         depends on EFI_VARIABLE_FILE_STORE
>         help
>           When EFI variables are stored on file we don't allow SetVariableRT,
> -         since the OS doesn't know how to write that file. At he same time
> +         since the OS doesn't know how to write that file. At the same time
>           we copy runtime variables in DRAM and support GetVariableRT
>
>           Enable this option to allow SetVariableRT on the RAM backend of
> --
> 2.43.0
>

I don't think we n eed fixes tags for typos. In any case

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index ee71f417147a..41bab4f1ad27 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -67,7 +67,7 @@  config EFI_RT_VOLATILE_STORE
 	depends on EFI_VARIABLE_FILE_STORE
 	help
 	  When EFI variables are stored on file we don't allow SetVariableRT,
-	  since the OS doesn't know how to write that file. At he same time
+	  since the OS doesn't know how to write that file. At the same time
 	  we copy runtime variables in DRAM and support GetVariableRT
 
 	  Enable this option to allow SetVariableRT on the RAM backend of