ArmPlatformPkg/Bds: Fixed typo issue

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
This commit is contained in:
Olivier Martin 2014-08-19 13:34:12 +00:00 committed by oliviermartin
parent 3402aac7d9
commit 5e6322a530
1 changed files with 1 additions and 1 deletions

View File

@ -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;