diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-08-19 13:34:12 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-19 13:34:12 +0000 |
commit | 5e6322a53066b59c3d351d6ce3e07e07cd08e8dd (patch) | |
tree | 55d8a54215b301cb5da8de261eb456a6c8ec1dbb | |
parent | 3402aac7d985bf8a9f9d3c639f3fe93609380513 (diff) | |
download | edk2-platforms-5e6322a53066b59c3d351d6ce3e07e07cd08e8dd.tar.xz |
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
-rw-r--r-- | ArmPlatformPkg/Bds/BootOptionSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|