From 5e6322a53066b59c3d351d6ce3e07e07cd08e8dd Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Tue, 19 Aug 2014 13:34:12 +0000 Subject: ArmPlatformPkg/Bds: Fixed typo issue Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15834 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Bds/BootOptionSupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ArmPlatformPkg/Bds/BootOptionSupport.c') diff --git a/ArmPlatformPkg/Bds/BootOptionSupport.c b/ArmPlatformPkg/Bds/BootOptionSupport.c index 86cfa45efa..6dc2ed6536 100644 --- a/ArmPlatformPkg/Bds/BootOptionSupport.c +++ b/ArmPlatformPkg/Bds/BootOptionSupport.c @@ -296,7 +296,7 @@ BootDeviceGetType ( } if (IsEfiApp) { - Print(L"Is your application is an OS loader? "); + Print(L"Is your application an OS loader? "); Status = GetHIInputBoolean (&IsBootLoader); if (EFI_ERROR(Status)) { return EFI_ABORTED; -- cgit v1.2.3