diff src/share/vm/opto/buildOopMap.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 d1605aabd0a1
children 04fa5affa478
line wrap: on
line diff
--- a/src/share/vm/opto/buildOopMap.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/opto/buildOopMap.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -55,7 +55,7 @@
 // breadth-first approach but it was worse (showed O(n^2) in the
 // pick-next-block code).
 //
-// The relevent data is kept in a struct of arrays (it could just as well be
+// The relevant data is kept in a struct of arrays (it could just as well be
 // an array of structs, but the struct-of-arrays is generally a little more
 // efficient).  The arrays are indexed by register number (including
 // stack-slots as registers) and so is bounded by 200 to 300 elements in