diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-15 13:32:34 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-15 13:32:34 +0000 |
commit | d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f (patch) | |
tree | bc3ee359408a01a13ffe485dc5d6295dc7db74d8 /IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | |
parent | e0e51f622aba7751dd7a8d52bcb735a0f4f03240 (diff) | |
download | edk2-platforms-d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f.tar.xz |
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8950 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h index 96cd87d1cf..d2099f142c 100644 --- a/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h @@ -92,7 +92,7 @@ PlatformBdsPolicyBehavior ( );
/**
- Hook point after a boot attempt fails.
+ Hook point for a user-provided function, for after a boot attempt fails.
@param Option Pointer to Boot Option that failed to boot.
@param Status Status returned from failed boot.
|