diff src/share/vm/runtime/javaCalls.cpp @ 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 190899198332
children e5d78f318aec
line wrap: on
line diff
--- a/src/share/vm/runtime/javaCalls.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/runtime/javaCalls.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -302,7 +302,7 @@
   // Check if we need to wrap a potential OS exception handler around thread
   // This is used for e.g. Win32 structured exception handlers
   assert(THREAD->is_Java_thread(), "only JavaThreads can make JavaCalls");
-  // Need to wrap each and everytime, since there might be native code down the
+  // Need to wrap each and every time, since there might be native code down the
   // stack that has installed its own exception handlers
   os::os_exception_wrapper(call_helper, result, &method, args, THREAD);
 }