diff src/share/vm/ci/ciTypeFlow.cpp @ 628:7bb995fbd3c0

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