diff src/share/vm/runtime/park.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 9758d9f36299
children 2c95095271e9
line wrap: on
line diff
--- a/src/share/vm/runtime/park.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/runtime/park.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -152,7 +152,7 @@
 
 // 6399321 As a temporary measure we copied & modified the ParkEvent::
 // allocate() and release() code for use by Parkers.  The Parker:: forms
-// will eventually be removed as we consolide and shift over to ParkEvents
+// will eventually be removed as we consolidate and shift over to ParkEvents
 // for both builtin synchronization and JSR166 operations.
 
 volatile int Parker::ListLock = 0 ;