src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

changeset 1686
576e77447e3c
parent 1641
87684f1a88b5
child 1692
7b4415a18c8a
     1.1 --- a/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Fri Feb 05 11:07:40 2010 -0800
     1.2 +++ b/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Sun Feb 07 12:15:06 2010 -0800
     1.3 @@ -3279,7 +3279,7 @@
     1.4          __ bind(next_test);
     1.5        }
     1.6        // Receiver did not match any saved receiver and there is no empty row for it.
     1.7 -      // Increment total counter to indicate polimorphic case.
     1.8 +      // Increment total counter to indicate polymorphic case.
     1.9        __ addl(counter_addr, DataLayout::counter_increment);
    1.10  
    1.11        __ bind(update_done);

mercurial