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/Protocol | |
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/Protocol')
-rw-r--r-- | MdePkg/Include/Protocol/Mtftp4.h | 2 |
1 files changed, 1 insertions, 1 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;
///
|