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

@ -191,7 +191,7 @@ typedef struct {
///
/// @par IPF:
/// Bit format of this field is the same as the definition of self-test state
/// parameter, in Intel?Itanium?Architecture Software Developer<EFBFBD>s Manual,
/// parameter, in Intel?Itanium?Architecture Software Developer's Manual,
/// Volume 2: System Architecture.
///
EFI_MP_HEALTH Health;
@ -475,7 +475,7 @@ EFI_STATUS
If the value is not zero, the BSP waits until
the AP finishes or timeout expires. If timeout
expires, EFI_TIMEOUT is returned, and the
BSP will then check the AP<EFBFBD>s status periodically,
BSP will then check the AP's status periodically,
with time interval of 16 microseconds.
- IPF:
If WaitEvent is NULL, this parameter is ignored.