src/share/vm/oops/instanceKlass.cpp

changeset 1040
98cb887364d3
parent 791
1ee8caae33af
child 1087
4aaa9f5e02a8
child 1100
c89f86385056
     1.1 --- a/src/share/vm/oops/instanceKlass.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/oops/instanceKlass.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1917,7 +1917,7 @@
     1.4                         / itableOffsetEntry::size();
     1.5  
     1.6    for (int cnt = 0 ; ; cnt ++, ioe ++) {
     1.7 -    // If the interface isn't implemented by the reciever class,
     1.8 +    // If the interface isn't implemented by the receiver class,
     1.9      // the VM should throw IncompatibleClassChangeError.
    1.10      if (cnt >= nof_interfaces) {
    1.11        THROW_OOP_0(vmSymbols::java_lang_IncompatibleClassChangeError());

mercurial