hotspot/src/share/vm/opto/runtime.cpp
changeset 2154 72a9b7284ccf
parent 2131 98f9cef66a34
child 4030 4c471254865e
--- a/hotspot/src/share/vm/opto/runtime.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -1196,7 +1196,7 @@
 
 // The following does not work because for one thing, the
 // thread state is wrong; it expects java, but it is native.
-// Also, the invarients in a native stub are different and
+// Also, the invariants in a native stub are different and
 // I'm not sure it is safe to have a MachCalRuntimeDirectNode
 // in there.
 // So for now, we do not zap in native stubs.