hotspot/src/share/vm/opto/ifg.cpp
changeset 2131 98f9cef66a34
parent 2030 39d55e4534b4
child 2154 72a9b7284ccf
--- a/hotspot/src/share/vm/opto/ifg.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/opto/ifg.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -292,7 +292,7 @@
 //------------------------------interfere_with_live----------------------------
 // Interfere this register with everything currently live.  Use the RegMasks
 // to trim the set of possible interferences. Return a count of register-only
-// inteferences as an estimate of register pressure.
+// interferences as an estimate of register pressure.
 void PhaseChaitin::interfere_with_live( uint r, IndexSet *liveout ) {
   uint retval = 0;
   // Interfere with everything live.