]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: Fix typo in EFI_RT_VOLATILE_STORE description
authorMichal Simek <michal.simek@amd.com>
Tue, 16 Jul 2024 13:56:51 +0000 (15:56 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 11:45:56 +0000 (13:45 +0200)
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

index 2fb24d7af9a4f2088460d541f5b5df628db43a5e..38e64af25310ced885cd47634ae3cc55000721ac 100644 (file)
@@ -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