summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/VariableFormat.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-10 13:32:19 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-10 13:32:19 +0000
commitb99828832108937c999f72f6a0b78cd791df5cc9 (patch)
tree3612908addbb8cc0f29d611d6563435d9c5ae059 /MdeModulePkg/Include/VariableFormat.h
parent9e5acfd583ee88d53cb77691f0d0a882c0fc2473 (diff)
downloadedk2-platforms-b99828832108937c999f72f6a0b78cd791df5cc9.tar.xz
Correct typo in comments, clean IfrSupportLib.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7494 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/VariableFormat.h')
-rw-r--r--MdeModulePkg/Include/VariableFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/VariableFormat.h b/MdeModulePkg/Include/VariableFormat.h
index 6e4ad1a9ca..40bd461286 100644
--- a/MdeModulePkg/Include/VariableFormat.h
+++ b/MdeModulePkg/Include/VariableFormat.h
@@ -27,7 +27,7 @@
#endif
//
-// Define GET_PAD_SIZE to optimize compiler
+// GET_PAD_SIZE to calculate miminal pad bytes to make current size satisfy the alignment requirement
//
#if ((ALIGNMENT == 0) || (ALIGNMENT == 1))
#define GET_PAD_SIZE(a) (0)