diff src/share/vm/runtime/frame.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 f4fe12e429a4
children 148e5441d916
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/runtime/frame.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -930,7 +930,7 @@
         // => process callee's arguments
         //
         // Note: The expression stack can be empty if an exception
-        //       occured during method resolution/execution. In all
+        //       occurred during method resolution/execution. In all
         //       cases we empty the expression stack completely be-
         //       fore handling the exception (the exception handling
         //       code in the interpreter calls a blocking runtime