diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 08:35:30 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 08:35:30 +0000 |
commit | 89df7f9df7551a7f32566aaf9aeaf22d0eae0864 (patch) | |
tree | ddfdd5a452d8a742a6795dc84b8f11df268fbebe | |
parent | 02c57dede0272340d50d85c42939392e5a54dc06 (diff) | |
download | edk2-89df7f9df7551a7f32566aaf9aeaf22d0eae0864.zip edk2-89df7f9df7551a7f32566aaf9aeaf22d0eae0864.tar.gz edk2-89df7f9df7551a7f32566aaf9aeaf22d0eae0864.tar.bz2 |
fixed one typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6996 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Protocol/DebugSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/DebugSupport.h b/MdePkg/Include/Protocol/DebugSupport.h index 3203f79..0eb4eee 100644 --- a/MdePkg/Include/Protocol/DebugSupport.h +++ b/MdePkg/Include/Protocol/DebugSupport.h @@ -573,7 +573,7 @@ EFI_STATUS @param This A pointer to the EFI_DEBUG_SUPPORT_PROTOCOL instance.
@param ProcessorIndex Specifies which processor the callback function applies to.
- @param PeriodicCallback A pointer to a function of type EXCEPTION_CALLBACK that is called
+ @param ExceptionCallback A pointer to a function of type EXCEPTION_CALLBACK that is called
when the processor exception specified by ExceptionType occurs.
@param ExceptionType Specifies which processor exception to hook.
|