diff src/share/vm/runtime/frame.cpp @ 614:3db67f76d308

Merge
author acorn
date Thu, 05 Mar 2009 22:07:29 -0500
parents 98cb887364d3
children 148e5441d916
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Mon Mar 02 16:56:51 2009 -0700
+++ b/src/share/vm/runtime/frame.cpp	Thu Mar 05 22:07:29 2009 -0500
@@ -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