diff src/cpu/x86/vm/c1_LIRGenerator_x86.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents f8199438385b
children cdb8b7c37ac1
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -501,7 +501,7 @@
     LIRItem right(x->y(), this);
 
     left.load_item();
-    // dont load constants to save register
+    // don't load constants to save register
     right.load_nonconstant();
     rlock_result(x);
     arithmetic_op_long(x->op(), x->operand(), left.result(), right.result(), NULL);