diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-27 03:24:01 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-27 03:24:01 +0000 |
commit | ac644614683362804223844048c5be1a2adfa6b7 (patch) | |
tree | de6dd02cb7d5c663e368665c33218a09c93d84ed /MdePkg/Include/Pi/PiHob.h | |
parent | b233cbe5cc832b56c25cc95a33684de68976961b (diff) | |
download | edk2-platforms-ac644614683362804223844048c5be1a2adfa6b7.tar.xz |
De-unicode in comment for all source files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiHob.h')
-rw-r--r-- | MdePkg/Include/Pi/PiHob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Pi/PiHob.h b/MdePkg/Include/Pi/PiHob.h index f7a0ba0166..b2a47fb40c 100644 --- a/MdePkg/Include/Pi/PiHob.h +++ b/MdePkg/Include/Pi/PiHob.h @@ -91,7 +91,7 @@ typedef struct { EFI_HOB_GENERIC_HEADER Header;
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor;
//
- // Additional data pertaining to the ˇ°Nameˇ± Guid memory
+ // Additional data pertaining to the "Name" Guid memory
// may go here.
//
} EFI_HOB_MEMORY_ALLOCATION;
@@ -109,7 +109,7 @@ typedef struct { //
// Defines the location of the boot-strap
-// processor (BSP) BSPStore (ˇ°Backing Store Pointer Storeˇ±).
+// processor (BSP) BSPStore ("Backing Store Pointer Store").
// This HOB is valid for the Itanium processor family only
// register overflow store.
//
|