hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
changeset 4898 b5bbb74def0b
parent 4764 d15bb22d4d39
parent 4892 e977b527544a
child 5046 27e801a857cb
--- a/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Thu Feb 11 10:48:10 2010 -0800
+++ b/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Fri Feb 12 15:27:36 2010 -0800
@@ -3279,7 +3279,7 @@
         __ bind(next_test);
       }
       // Receiver did not match any saved receiver and there is no empty row for it.
-      // Increment total counter to indicate polimorphic case.
+      // Increment total counter to indicate polymorphic case.
       __ addl(counter_addr, DataLayout::counter_increment);
 
       __ bind(update_done);