Revision: 15834
          http://sourceforge.net/p/edk2/code/15834
Author:   oliviermartin
Date:     2014-08-19 13:34:12 +0000 (Tue, 19 Aug 2014)
Log Message:
-----------
ArmPlatformPkg/Bds: Fixed typo issue

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPlatformPkg/Bds/BootOptionSupport.c

Modified: trunk/edk2/ArmPlatformPkg/Bds/BootOptionSupport.c
===================================================================
--- trunk/edk2/ArmPlatformPkg/Bds/BootOptionSupport.c   2014-08-19 13:29:52 UTC 
(rev 15833)
+++ trunk/edk2/ArmPlatformPkg/Bds/BootOptionSupport.c   2014-08-19 13:34:12 UTC 
(rev 15834)
@@ -296,7 +296,7 @@
   }
 
   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;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to