From ed6fde4113d05829f0e53c18ce4af4db85692354 Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Thu, 16 Apr 2015 06:50:38 +0000 Subject: IntelFrameworkPkg: Fix a non ASCII char in LegacyBios.h. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17185 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/LegacyBios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3