aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/buildOopMap.cpp
diff options
context:
space:
mode:
authortwisti <none@none>2009-02-27 13:27:09 -0800
committertwisti <none@none>2009-02-27 13:27:09 -0800
commit7391ddb49d5cccafae11c106a35716cfad3cab6b (patch)
tree3e151c366d950a8573d5e7e906dfe28d3c373ba4 /src/share/vm/opto/buildOopMap.cpp
parent2e0e422376085c72a7ec1bdb09d486dd1a4f8fee (diff)
6810672: Comment typos
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
Diffstat (limited to 'src/share/vm/opto/buildOopMap.cpp')
-rw-r--r--src/share/vm/opto/buildOopMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/opto/buildOopMap.cpp b/src/share/vm/opto/buildOopMap.cpp
index 30a9d2684..4a8612687 100644
--- a/src/share/vm/opto/buildOopMap.cpp
+++ b/src/share/vm/opto/buildOopMap.cpp
@@ -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