sdm845Pkg: Library: PlatformBootManagerLib: PlatformBm.c: fix typo
authorBigfootACA <bigfoot@classfun.cn>
星期一, 11 Oct 2021 14:49:35 +0000 (22:49 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期一, 11 Oct 2021 14:56:16 +0000 (22:56 +0800)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c

index c709af113da389aa5cfe6fe129479e48d0f4ee82..72d65322d8a6a51c9e7b4addb57aa9a04927b0eb 100644 (file)
@@ -723,9 +723,9 @@ PlatformBootManagerAfterConsole (
         PcdGetPtr (PcdFirmwareVersionString));
     }
     #ifdef ENABLE_SIMPLE_INIT
-    Print (L"Press a any side button for SimpleInitGUI");
+    Print (L"Press any side button for SimpleInitGUI");
     #else
-    Print (L"Press a any side button for Boot Options");
+    Print (L"Press any side button for Boot Options");
     #endif
   } else if (FirmwareVerLength > 0) {
     Status = gBS->HandleProtocol (gST->ConsoleOutHandle,
@@ -810,9 +810,9 @@ PlatformBootManagerWaitCallback (
              White.Pixel,
              Black.Pixel,
   #ifdef ENABLE_SIMPLE_INIT
-             L"Press a any side button for SimpleInitGUI",
+             L"Press any side button for SimpleInitGUI",
   #else
-             L"Press a any side button for Boot Options",
+             L"Press any side button for Boot Options",
   #endif
              White.Pixel,
              (Timeout - TimeoutRemain) * 100 / Timeout,