]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/Bds: Fixed typo issue
authorOlivier Martin <olivier.martin@arm.com>
Tue, 19 Aug 2014 13:34:12 +0000 (13:34 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Aug 2014 13:34:12 +0000 (13:34 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15834 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Bds/BootOptionSupport.c

index 86cfa45efa0f921f0e637b62cce4e8f00417c17b..6dc2ed6536f20999cbf3b9c8029205c5fe8cccfe 100644 (file)
@@ -296,7 +296,7 @@ BootDeviceGetType (
   }\r
 \r
   if (IsEfiApp) {\r
-    Print(L"Is your application is an OS loader? ");\r
+    Print(L"Is your application an OS loader? ");\r
     Status = GetHIInputBoolean (&IsBootLoader);\r
     if (EFI_ERROR(Status)) {\r
       return EFI_ABORTED;\r