diff options
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r-- | MdePkg/Include/Uefi/UefiGpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Uefi/UefiGpt.h b/MdePkg/Include/Uefi/UefiGpt.h index bac0c2668d..5ba4f5b694 100644 --- a/MdePkg/Include/Uefi/UefiGpt.h +++ b/MdePkg/Include/Uefi/UefiGpt.h @@ -121,7 +121,7 @@ typedef struct { /// specification.
/// Bits 48-63: Reserved for GUID specific use. The use of these bits will vary depending on the
/// PartitionTypeGUID. Only the owner of the PartitionTypeGUID is allowed
- /// to modify these bits. They must be preserved if Bits 0¨C47 are modified..
+ /// to modify these bits. They must be preserved if Bits 0-47 are modified..
///
UINT64 Attributes;
///
|