summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-21 14:44:09 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-21 14:44:09 +0000
commitfa3e7746bb6cda21a9e8c600d19b8228ec7bcc34 (patch)
tree33985629ad0d370c76b46fcfe7a08e21a54ef01c /MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
parent81bf52d6d87e92f21678140322d32b726fc8f3b7 (diff)
downloadedk2-platforms-fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34.tar.xz
Remove some unicode characters in MdePkg source code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9296 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h')
-rw-r--r--MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h b/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
index 0ca8f03780..82c944a191 100644
--- a/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
+++ b/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
@@ -62,7 +62,7 @@ typedef struct _EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL EFI_SMM_STANDBY_BUTTON
@param[in] This Pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH2_PROTOCOL instance.
@param[in] DispatchFunction Function to register for handler when the standby button is pressed or released.
- @param[in] RegisterContext Pointer to the dispatch function’s context. The caller fills in this context
+ @param[in] RegisterContext Pointer to the dispatch function's context. The caller fills in this context
before calling the register function to indicate to the register function the
standby button SMI source for which the dispatch function should be invoked.
@param[out] DispatchHandle Handle generated by the dispatcher to track the function instance.