clean up non-English characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9335 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-10-10 03:32:25 +00:00
parent 6e6971f0e2
commit 1910fbaf70
8 changed files with 10 additions and 10 deletions

View File

@ -35,8 +35,8 @@ license, on the TianoCore.org website: https://fat-driver2.tianocore.org
EdkFatPkg - A package containing source DXE drivers for the Fat 32 file
system
Documents have the following filenames (to download these documents, see Notes
on Documentation?later in these Release Notes):
Documents have the following filenames (to download these documents, see "Notes
on Documentation" later in these Release Notes):
EDK II Module Development Environment Library Specification, v0.58
(MDE_Library_Spec_0_58.rtf)
EDK II Build and Packaging Architecture Specification, v0.53
@ -153,7 +153,7 @@ Java Development Kit:
For Bea Systems:
set JAVA_HOME=c:\Java\jrockit-R26.0.0-jdk1.5.0_04
?When using the Sun JDK5.0:
When using the Sun JDK5.0:
During installation, you should specify the install directory as C:\Java
instead of C:\Program Files\(or some other drive letter.) While installing
to this non-standard location is not required, in practice, it seems to work

View File

@ -59,7 +59,7 @@ EFI_GUID mTianoHiiIfrGuid = EFI_IFR_TIANO_GUID;
/**
This thunk module only handles UEFI HII packages. The caller of this function
won¡¯t be able to parse the content. Therefore, it is not supported.
won't be able to parse the content. Therefore, it is not supported.
This function will ASSERT and return EFI_UNSUPPORTED.

View File

@ -1876,7 +1876,7 @@ PreprocessController (
@param RemainingDevicePath The remaining device path for the PCI-like hot-plug device.
@param NumberOfChildren The number of child handles.
For a add operation, it is an output parameter.
For a remove operation, it?¡¥s an input parameter.
For a remove operation, it's an input parameter.
@param ChildHandleBuffer The buffer which contains the child handles.
@retval EFI_INVALID_PARAMETER Operation is not a legal value.

View File

@ -463,7 +463,7 @@ PreprocessController (
@param RemainingDevicePath The remaining device path for the PCI-like hot-plug device.
@param NumberOfChildren The number of child handles.
For a add operation, it is an output parameter.
For a remove operation, it?¡¥s an input parameter.
For a remove operation, it's an input parameter.
@param ChildHandleBuffer The buffer which contains the child handles.
@retval EFI_INVALID_PARAMETER Operation is not a legal value.

View File

@ -847,7 +847,7 @@ VgaClassReset (
@retval EFI_SUCCESS The string was output to the device.
@retval EFI_DEVICE_ERROR The device reported an error while attempting to output the text.
@retval EFI_UNSUPPORTED The output devices mode is not currently in a defined text mode.
@retval EFI_UNSUPPORTED The output device's mode is not currently in a defined text mode.
@retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in
the Unicode string could not be rendered and were skipped.

View File

@ -306,7 +306,7 @@ VgaClassReset (
@retval EFI_SUCCESS The string was output to the device.
@retval EFI_DEVICE_ERROR The device reported an error while attempting to output the text.
@retval EFI_UNSUPPORTED The output devices mode is not currently in a defined text mode.
@retval EFI_UNSUPPORTED The output device's mode is not currently in a defined text mode.
@retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in
the Unicode string could not be rendered and were skipped.
**/

View File

@ -143,7 +143,7 @@ typedef struct {
/// @par IPF:
/// Lower 32 bits of self test state parameter. For definition of self test
/// state parameter, please refer to Intel(R) Itanium(R) Architecture Software
/// Developers Manual, Volume 2: System Architecture.
/// Developer's Manual, Volume 2: System Architecture.
///
EFI_MP_HEALTH_FLAGS Flags;
///

View File

@ -489,7 +489,7 @@ typedef struct {
///
UINT16 CompatibleDid;
///
/// If nonzero, a value passed directly to the IRQ miniports Initialize function.
/// If nonzero, a value passed directly to the IRQ miniport's Initialize function.
///
UINT32 Miniport;
///