summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:51:46 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-15 01:51:46 +0000
commit32732a333ae22cc0283c09df947d7b8bad50144e (patch)
treefcc31989172222913952194fd39ebd53e4e748d4 /MdeModulePkg/Universal/Variable
parent63ca7402171de8a3f412ac1709d2423e25af7690 (diff)
downloadedk2-platforms-32732a333ae22cc0283c09df947d7b8bad50144e.tar.xz
Update inappropriate comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11170 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Variable')
-rw-r--r--MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c6
-rw-r--r--MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
index bde7b4486e..70723b320f 100644
--- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
+++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
@@ -20,12 +20,12 @@ extern VARIABLE_STORE_HEADER *mNvVariableCache;
VARIABLE_INFO_ENTRY *gVariableInfo;
EFI_HANDLE mHandle = NULL;
EFI_EVENT mVirtualAddressChangeEvent = NULL;
-EFI_EVENT mFtwRegistration = NULL;
+EFI_EVENT mFtwRegistration = NULL;
/**
- Return TRUE if ExitBootServices () has been called
+ Return TRUE if ExitBootServices () has been called.
- @retval TRUE If ExitBootServices () has been called
+ @retval TRUE If ExitBootServices () has been called.
**/
BOOLEAN
AtRuntime (
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
index 3e4330508e..d7fdcc8655 100644
--- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
+++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
@@ -91,8 +91,8 @@ InitCommunicateBuffer (
@param[in] DataSize This size of the function header and the data.
- @RetVal EFI_SUCCESS Success is returned from the functin in SMM.
- @RetVal Others Failure is returned from the function in SMM.
+ @retval EFI_SUCCESS Success is returned from the functin in SMM.
+ @retval Others Failure is returned from the function in SMM.
**/
EFI_STATUS