hotspot/src/share/vm/opto/runtime.cpp
changeset 2131 98f9cef66a34
parent 1374 4c24294029a9
child 4030 4c471254865e
--- a/hotspot/src/share/vm/opto/runtime.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -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.