jdk/src/share/classes/java/lang/management/ThreadInfo.java
changeset 21278 ef8a3a2a72f2
parent 18799 31062cb3cc8e
child 24367 705490680527
--- a/jdk/src/share/classes/java/lang/management/ThreadInfo.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/lang/management/ThreadInfo.java	Tue Oct 29 17:01:06 2013 +0400
@@ -492,7 +492,7 @@
      * @return the thread ID of the owner thread of the object
      * this thread is blocked on;
      * <tt>-1</tt> if this thread is not blocked
-     * or if the object lis not owned by any thread.
+     * or if the object is not owned by any thread.
      *
      * @see #getLockInfo
      */