diff src/share/vm/opto/runtime.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 37f87013dfd8
children 39b01ab7035a
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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.