summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 12:02:01 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 12:02:01 +0000
commit727fed5a449863c51c7fc5f13f907b23cfb3ea6a (patch)
treeaf66927a00e891b0965153668eb3ce28a6a3a1bf /IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
parent3d8bd97c2713d1d0dff11637f73838cf374e9ec5 (diff)
downloadedk2-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/OemHookStatusCodeLib.h')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
index da44d822d2..63387f8aa5 100644
--- a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
+++ b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
@@ -36,8 +36,8 @@ OemHookStatusCodeInitialize (
@param CodeType Indicates the type of status code being reported. Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.
@param Value Describes the current status of a hardware or software entity.
- This included information about the class and subclass that is used to classify the entity
- as well as an operation. For progress codes, the operation is the current activity.
+ This includes both an operation and classification information about the class and subclass.
+ For progress codes, the operation is the current activity.
For error codes, it is the exception. For debug codes, it is not defined at this time.
Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.
Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.