summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2015-04-16 06:50:38 +0000
committershenshushi <shenshushi@Edk2>2015-04-16 06:50:38 +0000
commited6fde4113d05829f0e53c18ce4af4db85692354 (patch)
tree04f02a67dd1dae549dbeb85faee30503368c71ee /IntelFrameworkPkg
parent2ce9792534cebf8a70b110094d4790783da0178b (diff)
downloadedk2-ed6fde4113d05829f0e53c18ce4af4db85692354.tar.gz
edk2-ed6fde4113d05829f0e53c18ce4af4db85692354.tar.bz2
edk2-ed6fde4113d05829f0e53c18ce4af4db85692354.zip
IntelFrameworkPkg: Fix a non ASCII char in LegacyBios.h.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17185 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/LegacyBios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h
index d18c063c32..d431ad85e0 100644
--- a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h
+++ b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h
@@ -232,7 +232,7 @@ typedef struct {
///
/// Start Address of Upper Memory Area (UMA) to be set as Read/Write. If
/// UmaAddress is a valid address in the shadow RAM, it also indicates that the region
- /// from 0xC0000 to (UmaAddress ¨C 1) can be used for Option ROM.
+ /// from 0xC0000 to (UmaAddress - 1) can be used for Option ROM.
///
UINT32 UmaAddress;