summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 07:36:58 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 07:36:58 +0000
commitde2314f85cb6bf138b39ec020d3d1f11b6069470 (patch)
treea501fd6003f4bc594fedf46211da6c0f25072fc4 /MdePkg/Include/Protocol
parent8ef155106f6f10f5be50153b239df3e5422cc770 (diff)
downloadedk2-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.h2
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;
///