hotspot/src/share/vm/runtime/park.cpp
changeset 22556 a17351e8c2c2
parent 22533 76088853a2eb
parent 22551 9bf46d16dcc6
--- a/hotspot/src/share/vm/runtime/park.cpp	Wed Jan 29 19:54:44 2014 -0500
+++ b/hotspot/src/share/vm/runtime/park.cpp	Thu Jan 30 14:01:45 2014 +0100
@@ -117,7 +117,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 ;