diff src/share/vm/opto/parse1.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 194b8e3a2fc4
children 7230de7c4610
line wrap: on
line diff
--- a/src/share/vm/opto/parse1.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/opto/parse1.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -607,7 +607,7 @@
       if (control()->is_Region() && !block->is_loop_head() && !has_irreducible && !block->is_handler()) {
         // In the absence of irreducible loops, the Region and Phis
         // associated with a merge that doesn't involve a backedge can
-        // be simplfied now since the RPO parsing order guarantees
+        // be simplified now since the RPO parsing order guarantees
         // that any path which was supposed to reach here has already
         // been parsed or must be dead.
         Node* c = control();