diff src/share/vm/runtime/synchronizer.cpp @ 14318:1020b892787b

Merge
author hseigel
date Sun, 02 Feb 2014 15:31:40 -0500
parents 63a4eb8bcd23
children e7d8cbe4db3b
line wrap: on
line diff
--- a/src/share/vm/runtime/synchronizer.cpp	Thu Jan 30 14:12:22 2014 -0800
+++ b/src/share/vm/runtime/synchronizer.cpp	Sun Feb 02 15:31:40 2014 -0500
@@ -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