diff src/share/vm/oops/methodOop.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 98cb887364d3
children e5b0439ef4ae
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.hpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/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();