diff -r 7ed47d0b888a -r 390a27af5657 hotspot/src/share/vm/runtime/synchronizer.cpp --- 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. //