summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/PlatformBdsLibNull
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 06:06:57 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 06:06:57 +0000
commit3fd8027ee5658375999a73211a79d96213e946e4 (patch)
tree22ab777b787d2042254700c66953b4c84400c982 /MdeModulePkg/Library/PlatformBdsLibNull
parenta388ec434a78ac0c5c1032962d61ddfaf3548198 (diff)
downloadedk2-platforms-3fd8027ee5658375999a73211a79d96213e946e4.tar.xz
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7160 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/PlatformBdsLibNull')
-rw-r--r--MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
index c6cfce79bf..f202c9778a 100644
--- a/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
+++ b/MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
@@ -37,7 +37,7 @@ PlatformBdsInit (
Connect the predefined platform default console device. Always try to find
and enable the vga device if have.
- @param PlatformConsole Predfined platform default console device array.
+ @param PlatformConsole Predefined platform default console device array.
@retval EFI_SUCCESS Success connect at least one ConIn and ConOut
device, there must have one ConOut device is
@@ -54,7 +54,7 @@ PlatformBdsConnectConsole (
}
/**
- Connect with predeined platform connect sequence,
+ Connect with predefined platform connect sequence,
the OEM/IBV can customize with their own connect sequence.
**/
VOID
@@ -82,7 +82,7 @@ PlatformBdsGetDriverOption (
/**
Perform the platform diagnostic, such like test memory. OEM/IBV also
- can customize this fuction to support specific platform diagnostic.
+ can customize this function to support specific platform diagnostic.
@param MemoryTestLevel The memory test intensive level
@param QuietBoot Indicate if need to enable the quiet boot
@@ -98,7 +98,7 @@ PlatformBdsDiagnostics (
}
/**
- The function will excute with as the platform policy, current policy
+ The function will execute with as the platform policy, current policy
is driven by boot mode. IBV/OEM can customize this code for their specific
policy action.
@@ -122,7 +122,7 @@ PlatformBdsPolicyBehavior (
Hook point after a boot attempt succeeds. We don't expect a boot option to
return, so the UEFI 2.0 specification defines that you will default to an
interactive mode and stop processing the BootOrder list in this case. This
- is alos a platform implementation and can be customized by IBV/OEM.
+ is also a platform implementation and can be customized by IBV/OEM.
@param Option Pointer to Boot Option that succeeded to boot.