hotspot/src/share/vm/opto/connode.cpp
changeset 2131 98f9cef66a34
parent 1400 afd034bb8c2e
child 2254 f13dda645a4b
--- a/hotspot/src/share/vm/opto/connode.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/opto/connode.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -71,7 +71,7 @@
 to figure out which test post-dominates.  The real problem is that it doesn't
 matter which one you pick.  After you pick up, the dominating-test elider in
 IGVN can remove the test and allow you to hoist up to the dominating test on
-the choosen oop bypassing the test on the not-choosen oop.  Seen in testing.
+the chosen oop bypassing the test on the not-chosen oop.  Seen in testing.
 Oops.
 
 (3) Leave the CastPP's in.  This makes the graph more accurate in some sense;