diff src/share/vm/runtime/deoptimization.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents da91efe96a93
children fdad2932c73f
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/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).