diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-14 02:41:04 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-14 02:41:04 +0000 |
commit | 4efa9e594a7726769907628ce0ca7a320d7f159b (patch) | |
tree | 97303b8482fa91346959a09b4148368fe95d8daa /MdeModulePkg | |
parent | b0934ac4b0cfae7f537fcc7f2b1c9124e59fda52 (diff) | |
download | edk2-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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/Variable/Pei/Variable.c | 2 |
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.
|