diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-21 14:44:09 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-21 14:44:09 +0000 |
commit | fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34 (patch) | |
tree | 33985629ad0d370c76b46fcfe7a08e21a54ef01c /MdePkg/Include/Uefi | |
parent | 81bf52d6d87e92f21678140322d32b726fc8f3b7 (diff) | |
download | edk2-platforms-fa3e7746bb6cda21a9e8c600d19b8228ec7bcc34.tar.xz |
Remove some unicode characters in MdePkg source code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9296 6f19259b-4bc3-4df7-8a09-765794883524
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;
///
|