hotspot/src/share/vm/oops/instanceKlass.cpp
changeset 2131 98f9cef66a34
parent 1388 3677f5f3d66b
child 2332 5c7b6f4ce0a1
child 2264 55d0115a54fe
--- a/hotspot/src/share/vm/oops/instanceKlass.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/oops/instanceKlass.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -1917,7 +1917,7 @@
                        / itableOffsetEntry::size();
 
   for (int cnt = 0 ; ; cnt ++, ioe ++) {
-    // If the interface isn't implemented by the reciever class,
+    // If the interface isn't implemented by the receiver class,
     // the VM should throw IncompatibleClassChangeError.
     if (cnt >= nof_interfaces) {
       THROW_OOP_0(vmSymbols::java_lang_IncompatibleClassChangeError());