diff src/share/vm/opto/runtime.cpp @ 1257:7b4415a18c8a

Merge
author kvn
date Fri, 12 Feb 2010 15:27:36 -0800
parents 7f8790caccb0 576e77447e3c
children 3cf667df43ef
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.cpp	Thu Feb 11 10:48:10 2010 -0800
+++ b/src/share/vm/opto/runtime.cpp	Fri Feb 12 15:27:36 2010 -0800
@@ -708,7 +708,7 @@
     *(mdp + count_off) = DataLayout::counter_increment;
   } else {
     // 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.
     intptr_t* count_p = (intptr_t*)(((byte*)(data)) + in_bytes(CounterData::count_offset()));
     *count_p += DataLayout::counter_increment;
   }