diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 07:36:58 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 07:36:58 +0000 |
commit | de2314f85cb6bf138b39ec020d3d1f11b6069470 (patch) | |
tree | a501fd6003f4bc594fedf46211da6c0f25072fc4 /MdePkg/Include | |
parent | 8ef155106f6f10f5be50153b239df3e5422cc770 (diff) | |
download | edk2-platforms-de2314f85cb6bf138b39ec020d3d1f11b6069470.tar.xz |
Apply ReallocatePool API in DxeExtractGuidedSectionLib when the allocated resource is used out. And remove PCD.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6994 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/Mtftp4.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Mtftp4.h b/MdePkg/Include/Protocol/Mtftp4.h index 15cfd98831..c13851ef6c 100644 --- a/MdePkg/Include/Protocol/Mtftp4.h +++ b/MdePkg/Include/Protocol/Mtftp4.h @@ -526,7 +526,7 @@ struct _EFI_MTFTP4_TOKEN { ///
UINT8 *Filename;
///
- /// Pointer to the ASCIIZ mode string. If NULL, ¡°octet¡± is used.
+ /// Pointer to the ASCIIZ mode string. If NULL, "octet" is used.
///
UINT8 *ModeStr;
///
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index f680230512..906bf68899 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -704,7 +704,7 @@ typedef struct { ///
UINT32 Accuracy;
///
- /// A TRUE indicates that a time set operation clears the device¡¯s
+ /// A TRUE indicates that a time set operation clears the device's
/// time below the Resolution reporting level. A FALSE
/// indicates that the state below the Resolution level of the
/// device is not cleared when the time is set. Normal PC-AT CMOS
|