diff src/share/vm/opto/split_if.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 a61af66fc99e
children b2b6a9bf6238
line wrap: on
line diff
--- a/src/share/vm/opto/split_if.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/opto/split_if.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -318,7 +318,7 @@
 
   if( use->is_Phi() ) {         // Phi uses in prior block
     // Grab the first Phi use; there may be many.
-    // Each will be handled as a seperate iteration of
+    // Each will be handled as a separate iteration of
     // the "while( phi->outcnt() )" loop.
     uint j;
     for( j = 1; j < use->req(); j++ )