aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/car/core2/cache_as_ram.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/car/core2/cache_as_ram.S')
-rw-r--r--src/cpu/intel/car/core2/cache_as_ram.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/car/core2/cache_as_ram.S b/src/cpu/intel/car/core2/cache_as_ram.S
index f47e81240c..9a433d6e3c 100644
--- a/src/cpu/intel/car/core2/cache_as_ram.S
+++ b/src/cpu/intel/car/core2/cache_as_ram.S
@@ -55,7 +55,7 @@ clear_fixed_mtrr:
wrmsr
jnz clear_fixed_mtrr
- /* Figure put how many MTRRs we have, and clear them out */
+ /* Figure out how many MTRRs we have, and clear them out */
mov $MTRR_CAP_MSR, %ecx
rdmsr
movzb %al, %ebx /* Number of variable MTRRs */