mirror of https://github.com/acidanthera/audk.git
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:
parent
2ce9792534
commit
ed6fde4113
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue