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:
@@ -232,7 +232,7 @@ typedef struct {
|
|||||||
///
|
///
|
||||||
/// Start Address of Upper Memory Area (UMA) to be set as Read/Write. If
|
/// 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
|
/// UmaAddress is a valid address in the shadow RAM, it also indicates that the region
|
||||||
/// from 0xC0000 to (UmaAddress <EFBFBD>C 1) can be used for Option ROM.
|
/// from 0xC0000 to (UmaAddress - 1) can be used for Option ROM.
|
||||||
///
|
///
|
||||||
UINT32 UmaAddress;
|
UINT32 UmaAddress;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user