X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FPartitionDxe%2FGpt.c;h=fe87761bde168ea97fad7a2a4cd6df662721d9ca;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hp=fe26a64541c2522db335d8d62a93b459559ae70d;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c b/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c index fe26a64541..fe87761bde 100644 --- a/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c @@ -14,7 +14,7 @@ partition content and validate the GPT table and GPT entry. Copyright (c) 2018 Qualcomm Datacenter Technologies, Inc. -Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -101,7 +101,7 @@ PartitionRestoreGptTable ( @param[in] PartHeader Partition table header structure @param[in] PartEntry The partition entry array - @param[out] PEntryStatus the partition entry status array + @param[out] PEntryStatus the partition entry status array recording the status of each partition **/ @@ -698,7 +698,7 @@ Done: @param[in] PartHeader Partition table header structure @param[in] PartEntry The partition entry array - @param[out] PEntryStatus the partition entry status array + @param[out] PEntryStatus the partition entry status array recording the status of each partition **/ @@ -736,7 +736,7 @@ PartitionCheckGptEntry ( if ((Entry->Attributes & BIT1) != 0) { // - // If Bit 1 is set, this indicate that this is an OS specific GUID partition. + // If Bit 1 is set, this indicate that this is an OS specific GUID partition. // PEntryStatus[Index1].OsSpecific = TRUE; }