diff src/share/vm/oops/instanceKlass.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 1ee8caae33af
children 4aaa9f5e02a8 c89f86385056
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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());