jdk/src/share/classes/java/lang/Thread.java
changeset 23006 7cb4567eb213
parent 21334 c60dfce46a77
child 23919 9377318e77ac
--- a/jdk/src/share/classes/java/lang/Thread.java	Fri Feb 21 16:26:22 2014 +0100
+++ b/jdk/src/share/classes/java/lang/Thread.java	Mon Feb 17 20:23:55 2014 +0400
@@ -973,7 +973,7 @@
      * @deprecated This method was originally designed to destroy this
      *     thread without any cleanup. Any monitors it held would have
      *     remained locked. However, the method was never implemented.
-     *     If if were to be implemented, it would be deadlock-prone in
+     *     If it were to be implemented, it would be deadlock-prone in
      *     much the manner of {@link #suspend}. If the target thread held
      *     a lock protecting a critical system resource when it was
      *     destroyed, no thread could ever access this resource again.