summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-14 07:04:59 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-14 07:04:59 +0000
commitf6ea51e5ac7195f550cdabacc088597d3f63b6e2 (patch)
treeb6d22e185615a1556ff19ebce421d8aab8676301 /MdePkg
parent89e8537acfb80a85b06c58ed783fc709df289856 (diff)
downloadedk2-platforms-f6ea51e5ac7195f550cdabacc088597d3f63b6e2.tar.xz
Update the comments for SizeofPartitionEntry field to follow the UEFI Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11543 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Uefi/UefiGpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Uefi/UefiGpt.h b/MdePkg/Include/Uefi/UefiGpt.h
index b3579a091c..f2d0fa0b09 100644
--- a/MdePkg/Include/Uefi/UefiGpt.h
+++ b/MdePkg/Include/Uefi/UefiGpt.h
@@ -69,7 +69,8 @@ typedef struct {
///
/// The size, in bytes, of each the GUID Partition
/// Entry structures in the GUID Partition Entry
- /// array. Must be a multiple of 8.
+ /// array. This field shall be set to a value of 128 x 2^n where n is
+ /// an integer greater than or equal to zero (e.g., 128, 256, 512, etc.).
///
UINT32 SizeOfPartitionEntry;
///