--- old/src/share/vm/runtime/synchronizer.hpp 2014-01-15 01:43:04.000000000 +0100 +++ new/src/share/vm/runtime/synchronizer.hpp 2014-01-15 01:43:03.000000000 +0100 @@ -49,7 +49,7 @@ // to use enter() and exit() in order to make sure user be ware // of the performance and semantics difference. They are normally // used by ObjectLocker etc. The interpreter and compiler use - // assembly copies of these routines. Please keep them synchornized. + // assembly copies of these routines. Please keep them synchronized. // // attempt_rebias flag is used by UseBiasedLocking implementation static void fast_enter (Handle obj, BasicLock* lock, bool attempt_rebias, TRAPS);