hotspot/src/share/vm/opto/parse1.cpp
changeset 2131 98f9cef66a34
parent 1399 9648dfd4ce09
child 2351 260a3a5a1bed
--- a/hotspot/src/share/vm/opto/parse1.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/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();