hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 32623 390a27af5657
parent 32614 b7b2407bc7e5
child 33105 294e48b4f704
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Fri Sep 04 17:33:56 2015 -0700
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Tue Aug 18 21:32:21 2015 +0200
@@ -1360,7 +1360,7 @@
       }
 
       // We've successfully installed INFLATING (0) into the mark-word.
-      // This is the only case where 0 will appear in a mark-work.
+      // This is the only case where 0 will appear in a mark-word.
       // Only the singular thread that successfully swings the mark-word
       // to 0 can perform (or more precisely, complete) inflation.
       //