hotspot/src/share/vm/oops/klass.cpp
changeset 2131 98f9cef66a34
parent 1550 be2fc37a817f
child 4094 1f424b2b2171
--- a/hotspot/src/share/vm/oops/klass.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/oops/klass.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -71,7 +71,7 @@
   return r;                   // Return the 1 concrete class
 }
 
-// Find LCA in class heirarchy
+// Find LCA in class hierarchy
 Klass *Klass::LCA( Klass *k2 ) {
   Klass *k1 = this;
   while( 1 ) {