diff src/share/vm/oops/methodOop.hpp @ 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 0af8b0718fc9
children 7bb995fbd3c0
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/oops/methodOop.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -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();