diff src/share/vm/opto/connode.cpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children 660978a2a31a
line wrap: on
line diff
--- a/src/share/vm/opto/connode.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/opto/connode.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -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;