hotspot/src/share/vm/runtime/deoptimization.hpp
changeset 22551 9bf46d16dcc6
parent 13728 882756847a04
child 22916 582da2ed4dfa
--- a/hotspot/src/share/vm/runtime/deoptimization.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/deoptimization.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -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).