diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-02 02:35:04 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-02 02:35:04 +0000 |
commit | 55db3d44421ed651a5aab7eec1cbb225757c5f46 (patch) | |
tree | 7ae851da4c96e46b96b9b5edc2868e0e0acda5f8 /IntelFrameworkPkg/Include/Protocol | |
parent | f0d6194dfaa62d16f40e3113e0d52430046a3e81 (diff) | |
download | edk2-platforms-55db3d44421ed651a5aab7eec1cbb225757c5f46.tar.xz |
Remove the unknown characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8715 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h index 703910191a..c2e2ba8316 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBiosPlatform.h @@ -180,7 +180,7 @@ typedef enum { ///
/// TableSize Size of data.
///
-/// Location Location to place the table. 0x00 ?Either 0xE0000 or 0xF0000 64 KB blocks.
+/// Location Location to place the table. 0x00 or 0xE0000 or 0xF0000 64 KB blocks.
/// Bit 0 = 1 0xF0000 64 KB block.
/// Bit 1 = 1 0xE0000 64 KB block.
/// Multiple bits can be set.
@@ -228,7 +228,7 @@ EfiGetPlatformBinaryOem32Data = 3, ///
EfiGetPlatformBinaryTpmBinary = 4,
///
- /// The mode finds the Compatibility16 “ROM?image.
+ /// The mode finds the Compatibility16 Rom Image.
///
/// The function parameters associated with this mode are:
///
|