summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-14 02:41:04 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-14 02:41:04 +0000
commit4efa9e594a7726769907628ce0ca7a320d7f159b (patch)
tree97303b8482fa91346959a09b4148368fe95d8daa
parentb0934ac4b0cfae7f537fcc7f2b1c9124e59fda52 (diff)
downloadedk2-platforms-4efa9e594a7726769907628ce0ca7a320d7f159b.tar.xz
Fix a typo in the comments
Signed-off-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12689 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Universal/Variable/Pei/Variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.c b/MdeModulePkg/Universal/Variable/Pei/Variable.c
index 5043f19c51..4c8b9bbc38 100644
--- a/MdeModulePkg/Universal/Variable/Pei/Variable.c
+++ b/MdeModulePkg/Universal/Variable/Pei/Variable.c
@@ -325,7 +325,7 @@ CompareWithValidVariable (
/**
Return the variable store header and the index table based on the Index.
- @param Index The index of the variable store.
+ @param Type The type of the variable store.
@param IndexTable Return the index table.
@return Pointer to the variable store header.