[coreboot] r3453 - trunk/coreboot-v2/src/cpu/x86/mtrr

svn at coreboot.org svn at coreboot.org
Fri Aug 1 13:54:55 CEST 2008


Author: stepan
Date: 2008-08-01 13:54:55 +0200 (Fri, 01 Aug 2008)
New Revision: 3453

Modified:
   trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
Log:
same spelling in all mtrr output.. (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c	2008-08-01 11:53:39 UTC (rev 3452)
+++ trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c	2008-08-01 11:54:55 UTC (rev 3453)
@@ -352,7 +352,7 @@
 
         printk_debug("\n");
         /* Initialized the fixed_mtrrs to uncached */
-        printk_debug("Setting fixed MTRRs(%d-%d) type: UC\n",
+        printk_debug("Setting fixed MTRRs(%d-%d) Type: UC\n",
 	        0, NUM_FIXED_RANGES);
         set_fixed_mtrrs(0, NUM_FIXED_RANGES, MTRR_TYPE_UNCACHEABLE);
 





More information about the coreboot mailing list