summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 15:19:52 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 15:19:52 +0000
commit8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2 (patch)
treee683a12573c73380ef1f71e11eea06edd84adc44 /EdkCompatibilityPkg
parent3d6b07b6ece195c8d99c7aa3a9db7fd8383c5ada (diff)
downloadedk2-8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2.zip
edk2-8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2.tar.gz
edk2-8630d2ddf18dd58e98d308d2c7d35fb159bc2fa2.tar.bz2
Update the comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6312 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c
index f799dc6..a803b0e 100644
--- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c
+++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c
@@ -713,7 +713,7 @@ UefiDefaultsToFwDefaults (
//
// In UEFI, 0 is defined to be invalid for EFI_IFR_VARSTORE.VarStoreId.
// So the default storage of Var Store in VFR from a Framework module
- // should be translated to 0xFFEE.
+ // should be translated to 0x0001 (RESERVED_VARSTORE_ID).
//
if (Node->StoreId == RESERVED_VARSTORE_ID) {
Pack->VariableId = 0;