Revision: 17185
          http://sourceforge.net/p/edk2/code/17185
Author:   shenshushi
Date:     2015-04-16 06:50:38 +0000 (Thu, 16 Apr 2015)
Log Message:
-----------
IntelFrameworkPkg: Fix a non ASCII char in LegacyBios.h.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h

Modified: trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h
===================================================================
--- trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h  2015-04-15 
18:16:58 UTC (rev 17184)
+++ trunk/edk2/IntelFrameworkPkg/Include/Protocol/LegacyBios.h  2015-04-16 
06:50:38 UTC (rev 17185)
@@ -232,7 +232,7 @@
   ///
   /// 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 \xA8C 1) can be used for Option ROM.
+  /// from 0xC0000 to (UmaAddress - 1) can be used for Option ROM.
   ///
   UINT32                            UmaAddress;
 


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to