clean up non-English characters.

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

View File

@@ -1068,7 +1068,7 @@ VgaClassClearScreen (
It sets the background and foreground colors for the OutputString() and ClearScreen() functions.
The color mask can be set even when the device is in an invalid text mode.
Devices supporting a different number of text colors are required to emulate the above colors
to the best of the device<EFBFBD>s capabilities.
to the best of the device's capabilities.
@param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
@param Attribute The attribute to set.

View File

@@ -365,7 +365,7 @@ VgaClassClearScreen (
It sets the background and foreground colors for the OutputString() and ClearScreen() functions.
The color mask can be set even when the device is in an invalid text mode.
Devices supporting a different number of text colors are required to emulate the above colors
to the best of the device<EFBFBD>s capabilities.
to the best of the device's capabilities.
@param This Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.
@param Attribute The attribute to set.