hotspot/src/share/vm/oops/methodOop.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2131 98f9cef66a34
child 2534 08dac9ce0cd7
--- a/hotspot/src/share/vm/oops/methodOop.hpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/hotspot/src/share/vm/oops/methodOop.hpp	Thu Mar 12 18:16:36 2009 -0700
@@ -296,7 +296,7 @@
   void set_compiled_invocation_count(int count)  { _compiled_invocation_count = count; }
 #endif // not PRODUCT
 
-  // Clear (non-shared space) pointers which could not be relevent
+  // Clear (non-shared space) pointers which could not be relevant
   // if this (shared) method were mapped into another JVM.
   void remove_unshareable_info();