diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-10 03:32:25 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-10 03:32:25 +0000 |
commit | 1910fbaf7014fab2012f06ab03829f0146cf32d4 (patch) | |
tree | 1d74cd15e56107d447b36aac812b23ab03e4eecb /IntelFrameworkPkg | |
parent | 6e6971f0e2d5130f1a76281d4bba08119a367946 (diff) | |
download | edk2-1910fbaf7014fab2012f06ab03829f0146cf32d4.zip edk2-1910fbaf7014fab2012f06ab03829f0146cf32d4.tar.gz edk2-1910fbaf7014fab2012f06ab03829f0146cf32d4.tar.bz2 |
clean up non-English characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9335 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h | 2 | ||||
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h index 3947847..43f9677 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h @@ -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
- /// Developer’s Manual, Volume 2: System Architecture.
+ /// Developer's Manual, Volume 2: System Architecture.
///
EFI_MP_HEALTH_FLAGS Flags;
///
diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h index e0d5eac..160c1e8 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h @@ -489,7 +489,7 @@ typedef struct { ///
UINT16 CompatibleDid;
///
- /// If nonzero, a value passed directly to the IRQ miniport’s Initialize function.
+ /// If nonzero, a value passed directly to the IRQ miniport's Initialize function.
///
UINT32 Miniport;
///
|