]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkPkg: Fix a non ASCII char in LegacyBios.h.
authorQiu Shumin <shumin.qiu@intel.com>
Thu, 16 Apr 2015 06:50:38 +0000 (06:50 +0000)
committershenshushi <shenshushi@Edk2>
Thu, 16 Apr 2015 06:50:38 +0000 (06:50 +0000)
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

IntelFrameworkPkg/Include/Protocol/LegacyBios.h

index d18c063c32c6adc463fd59f8bd08be197675f7f6..d431ad85e0ffabdb0525e68bfe395750c7d90abe 100644 (file)
@@ -232,7 +232,7 @@ typedef struct {
   ///\r
   /// Start Address of Upper Memory Area (UMA) to be set as Read/Write. If\r
   /// UmaAddress is a valid address in the shadow RAM, it also indicates that the region\r
-  /// from 0xC0000 to (UmaAddress ¨C 1) can be used for Option ROM.\r
+  /// from 0xC0000 to (UmaAddress - 1) can be used for Option ROM.\r
   ///\r
   UINT32                            UmaAddress;\r
 \r