diff -r f935aa562118 -r 98f9cef66a34 hotspot/src/share/vm/oops/instanceKlass.cpp --- 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());