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
This commit is contained in:
Qiu Shumin 2015-04-16 06:50:38 +00:00 committed by shenshushi
parent 2ce9792534
commit ed6fde4113
1 changed files with 1 additions and 1 deletions

View File

@ -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;