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;