From: BigfootACA Date: 星期一, 11 Oct 2021 14:49:35 +0000 (+0800) Subject: sdm845Pkg: Library: PlatformBootManagerLib: PlatformBm.c: fix typo X-Git-Tag: v1.0.5~17 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=46b0cd53e7d6035d63a0b3aa9a7db7a0eacc91d7;p=edk2-sdm845.git sdm845Pkg: Library: PlatformBootManagerLib: PlatformBm.c: fix typo Signed-off-by: BigfootACA --- diff --git a/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c b/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c index c709af1..72d6532 100644 --- a/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -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,