diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-10 08:25:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-10 08:25:50 +0000 |
commit | 689b2d720c21a286103d188070c1a76633fa95be (patch) | |
tree | 5728737afa304f55e23b4aeb1b50c4b2969b0841 /IntelFrameworkPkg/Include/Protocol | |
parent | 1910fbaf7014fab2012f06ab03829f0146cf32d4 (diff) | |
download | edk2-platforms-689b2d720c21a286103d188070c1a76633fa95be.tar.xz |
clean up non-English characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9336 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h index 43f96770f5..4c2a14dc37 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h @@ -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’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’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.
|