hotspot/src/share/vm/runtime/synchronizer.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 22743 e043208c9d93
--- a/hotspot/src/share/vm/runtime/synchronizer.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/synchronizer.hpp	Thu Jan 23 14:47:23 2014 +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);