--- old/src/share/vm/runtime/synchronizer.cpp 2014-01-15 01:43:03.000000000 +0100 +++ new/src/share/vm/runtime/synchronizer.cpp 2014-01-15 01:43:02.000000000 +0100 @@ -737,10 +737,10 @@ } // Be aware of this method could revoke bias of the lock object. -// This method querys the ownership of the lock handle specified by 'h_obj'. +// This method queries the ownership of the lock handle specified by 'h_obj'. // If the current thread owns the lock, it returns owner_self. If no // thread owns the lock, it returns owner_none. Otherwise, it will return -// ower_other. +// owner_other. ObjectSynchronizer::LockOwnership ObjectSynchronizer::query_lock_ownership (JavaThread *self, Handle h_obj) { // The caller must beware this method can revoke bias, and