diff src/share/vm/opto/connode.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 36ccc817fca4
children 660978a2a31a
line wrap: on
line diff
--- a/src/share/vm/opto/connode.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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;