]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / BdsPlatform.c
index c6cfce79bf1bddbce01f2ed673237c93ff17b09e..f202c9778aebc41fbd0e8e03063a32b3c83e4ab4 100644 (file)
@@ -37,7 +37,7 @@ PlatformBdsInit (
   Connect the predefined platform default console device. Always try to find\r
   and enable the vga device if have.\r
 \r
-  @param PlatformConsole          Predfined platform default console device array.\r
+  @param PlatformConsole          Predefined platform default console device array.\r
 \r
   @retval EFI_SUCCESS             Success connect at least one ConIn and ConOut\r
                                   device, there must have one ConOut device is\r
@@ -54,7 +54,7 @@ PlatformBdsConnectConsole (
 }\r
 \r
 /**\r
-  Connect with predeined platform connect sequence,\r
+  Connect with predefined platform connect sequence,\r
   the OEM/IBV can customize with their own connect sequence.\r
 **/\r
 VOID\r
@@ -82,7 +82,7 @@ PlatformBdsGetDriverOption (
 \r
 /**\r
   Perform the platform diagnostic, such like test memory. OEM/IBV also\r
-  can customize this fuction to support specific platform diagnostic.\r
+  can customize this function to support specific platform diagnostic.\r
 \r
   @param MemoryTestLevel  The memory test intensive level\r
   @param QuietBoot        Indicate if need to enable the quiet boot\r
@@ -98,7 +98,7 @@ PlatformBdsDiagnostics (
 }\r
 \r
 /**\r
-  The function will excute with as the platform policy, current policy\r
+  The function will execute with as the platform policy, current policy\r
   is driven by boot mode. IBV/OEM can customize this code for their specific\r
   policy action.\r
 \r
@@ -122,7 +122,7 @@ PlatformBdsPolicyBehavior (
   Hook point after a boot attempt succeeds. We don't expect a boot option to\r
   return, so the UEFI 2.0 specification defines that you will default to an\r
   interactive mode and stop processing the BootOrder list in this case. This\r
-  is alos a platform implementation and can be customized by IBV/OEM.\r
+  is also a platform implementation and can be customized by IBV/OEM.\r
 \r
   @param  Option                  Pointer to Boot Option that succeeded to boot.\r
 \r