summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-07-04 20:36:31 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-08-03 21:47:22 +0000
commitd2191197217f9d16541c2d051235c494fa80bce3 (patch)
treeccb340f0eb8efcd91a6ec9f87d4d968e33010197 /UefiPayloadPkg
parent0dc9b78a46813d61533b2bb0f7ef897a06a273be (diff)
downloadedk2-d2191197217f9d16541c2d051235c494fa80bce3.tar.gz
edk2-d2191197217f9d16541c2d051235c494fa80bce3.tar.bz2
edk2-d2191197217f9d16541c2d051235c494fa80bce3.zip
UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt
Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'UefiPayloadPkg')
-rw-r--r--UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
index b360e29dfe..9364a5683d 100644
--- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
+++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -264,7 +264,7 @@ PlatformBootManagerAfterConsole (
Print (
L"\n"
L" Esc or Down to enter Boot Manager Menu.\n"
- L" ENTER to boot directly.\n"
+ L" ENTER to boot directly.\n"
L"\n"
);
} else {