diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 12:02:01 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 12:02:01 +0000 |
commit | 727fed5a449863c51c7fc5f13f907b23cfb3ea6a (patch) | |
tree | af66927a00e891b0965153668eb3ce28a6a3a1bf /IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | |
parent | 3d8bd97c2713d1d0dff11637f73838cf374e9ec5 (diff) | |
download | edk2-platforms-727fed5a449863c51c7fc5f13f907b23cfb3ea6a.tar.xz |
Committing changes to the comments, to improve code documentation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8841 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h index 2e4b0d86c8..030449f110 100644 --- a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h @@ -1,6 +1,6 @@ /** @file
- Platform BDS library definition. Platform can implement an
- instances to support the platform specific behavior.
+ Platform BDS library definition. A platform can implement
+ instances to support platform-specific behavior.
Copyright (c) 2008 - 2009, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/GenericBdsLib.h>
/**
- Platform Bds init. Include the platform firmware vendor, revision
+ Platform Bds initialization. Includes the platform firmware vendor, revision
and so crc check.
**/
@@ -69,9 +69,9 @@ PlatformBdsBootFail ( 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 an IBV/OEM.
- @param Option Pointer to Boot Option that succeeded to boot.
+ @param Option Pointer to Boot Option that successfully booted.
**/
VOID
|