diff src/share/vm/runtime/deoptimization.hpp @ 14318:1020b892787b

Merge
author hseigel
date Sun, 02 Feb 2014 15:31:40 -0500
parents 63a4eb8bcd23
children fdad2932c73f
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Thu Jan 30 14:12:22 2014 -0800
+++ b/src/share/vm/runtime/deoptimization.hpp	Sun Feb 02 15:31:40 2014 -0500
@@ -206,7 +206,7 @@
   // Called by assembly stub after execution has returned to
   // deoptimized frame and after the stack unrolling.
   // @argument thread.     Thread where stub_frame resides.
-  // @argument exec_mode.  Determines how execution should be continuted in top frame.
+  // @argument exec_mode.  Determines how execution should be continued in top frame.
   //                       0 means continue after current byte code
   //                       1 means exception has happened, handle exception
   //                       2 means reexecute current bytecode (for uncommon traps).