From 511710d68f477e0210ae1830769e5d0cde4ea36a Mon Sep 17 00:00:00 2001 From: cwu11 Date: Fri, 3 Nov 2006 02:47:43 +0000 Subject: =?UTF-8?q?1.=09Add=20the=20fix=20for=20the=20following=20Bugs:=20?= =?UTF-8?q?i)=09BMM=5FFAKE=5FNV=5FDATA=20definition=20inconsistent=20in=20?= =?UTF-8?q?bm.vfr=20and=20BootMain.h=20=20=20=20=20=20=20=20=20(EdkNt32Pkg?= =?UTF-8?q?\Dxe\PlatformBdsDxe\Generic\BootMaint\BootMain.h)=20ii)=09Chang?= =?UTF-8?q?e=20some=20files=E2=80=99=20EOL(end=20of=20line)=20format=20to?= =?UTF-8?q?=20DOS.=20Some=20file=20use=20even=20mixed=20style=20EOL.=20=20?= =?UTF-8?q?=20=20(EdkModulePkg\Universal\DevicePath\Dxe\DevicePath.c,=20De?= =?UTF-8?q?vicepathFromText.c,=20DevicePathUtilities.c;=20EdkModulePkg\Uni?= =?UTF-8?q?versal\Disk\DiskIo\Dxe\diskIo.c;=20MdePkg\Library\UefiLib\UefiN?= =?UTF-8?q?otTiano.c)=20iii)=20=20=20=20Change=20some=20illegal=20characte?= =?UTF-8?q?rs=20in=20many=20files,=20the=20problem=20is=20mainly=20connect?= =?UTF-8?q?ed=20with=20people=20using=20Chinese=20Input=20method=20to=20in?= =?UTF-8?q?put=20symbols=20such=20as=20'=20"=20-=20=3F,=20etc.=20Multiple?= =?UTF-8?q?=20files=20are=20influenced.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1890 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Mtftp4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/Protocol/Mtftp4.h') diff --git a/MdePkg/Include/Protocol/Mtftp4.h b/MdePkg/Include/Protocol/Mtftp4.h index cb2f3f5451..9c0e0734b7 100644 --- a/MdePkg/Include/Protocol/Mtftp4.h +++ b/MdePkg/Include/Protocol/Mtftp4.h @@ -291,7 +291,7 @@ EFI_STATUS the default parameters that were set in the EFI_MTFTP4_PROTOCOL.Configure() function are used. @param Filename Pointer to ASCIIZ file name string. - @param ModeStr Pointer to ASCIIZ mode string. If NULL, ˇ°octetˇ± will be used. + @param ModeStr Pointer to ASCIIZ mode string. If NULL, "octet" will be used. @param OptionCount Number of option/value string pairs in OptionList. @param OptionList Pointer to array of option/value string pairs. Ignored if OptionCount is zero. @@ -422,7 +422,7 @@ EFI_STATUS /** - Downloads a data file ˇ°directoryˇ± from an MTFTPv4 server. May be unsupported in some EFI + Downloads a data file "directory" from an MTFTPv4 server. May be unsupported in some EFI implementations. @param This Pointer to the EFI_MTFTP4_PROTOCOL instance. -- cgit v1.2.3