diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 09:08:27 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 09:08:27 +0000 |
commit | 176648481e5f5edd4cb2770ff7cd25dc8dd426c5 (patch) | |
tree | e74c5f77ac2657cb15bdd52dbda9227d6f3bd9ac /MdePkg/Include/Pi/PiHob.h | |
parent | 2832b228163050a0676b5edc853b898022f8d5dd (diff) | |
download | edk2-platforms-176648481e5f5edd4cb2770ff7cd25dc8dd426c5.tar.xz |
Remove some non-ascii code in header file and fix some minor typos in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9129 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiHob.h')
-rw-r--r-- | MdePkg/Include/Pi/PiHob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Pi/PiHob.h b/MdePkg/Include/Pi/PiHob.h index 6a62abcd71..e928f5fbb0 100644 --- a/MdePkg/Include/Pi/PiHob.h +++ b/MdePkg/Include/Pi/PiHob.h @@ -405,7 +405,7 @@ typedef struct { ///
/// Each UEFI capsule HOB details the location of a UEFI capsule. It includes a base address and length
/// which is based upon memory blocks with a EFI_CAPSULE_HEADER and the associated
-/// CapsuleImageSize-based payloads. These HOB’s shall be created by the PEI PI firmware
+/// CapsuleImageSize-based payloads. These HOB's shall be created by the PEI PI firmware
/// sometime after the UEFI UpdateCapsule service invocation with the
/// CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE flag set in the EFI_CAPSULE_HEADER.
///
|