diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-07-04 07:24:19 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-07-04 07:24:19 +0000 |
commit | 4e7d855f4291de01f2f3d207a5eb5b05f39d785f (patch) | |
tree | 02b8ebaed9f4b9657b7a53f8cac0562e7d24fbdc /MdePkg | |
parent | 12373f2cfedc4ba1d4bf3c1c3ce1fda31cb17a0d (diff) | |
download | edk2-platforms-4e7d855f4291de01f2f3d207a5eb5b05f39d785f.tar.xz |
Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1b
Signed-off-by: Dong Eric <eric.dong@intel.com>
Reviewed-by: Gao Liming <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13487 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index d01a7dcada..6a8b44d5c7 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -675,7 +675,7 @@ typedef union { EFI_HII_DATE date;
EFI_STRING_ID string; ///< EFI_IFR_TYPE_STRING, EFI_IFR_TYPE_ACTION
EFI_HII_REF ref; ///< EFI_IFR_TYPE_REF
- // UINT8 buffer[]; ///< EFI_IFR_TYPE_ORDERED_LIST
+ // UINT8 buffer[]; ///< EFI_IFR_TYPE_BUFFER
} EFI_IFR_TYPE_VALUE;
//
|