diff src/share/vm/ci/ciTypeFlow.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 ad8c8ca4ab0f
children ebebd376f657
line wrap: on
line diff
--- a/src/share/vm/ci/ciTypeFlow.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/ci/ciTypeFlow.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -541,7 +541,7 @@
     // is report a value that will meet correctly with any downstream
     // reference types on paths that will truly be executed.  This null type
     // meets with any reference type to yield that same reference type.
-    // (The compiler will generate an unconditonal exception here.)
+    // (The compiler will generate an unconditional exception here.)
     push(null_type());
     return;
   }