I'm checking this in.

This fixes a typo I noticed in Thread.State.

Tom

2006-05-15  Tom Tromey  <[EMAIL PROTECTED]>

        * java/lang/Thread.java (State): Fixed typo.

Index: java/lang/Thread.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Thread.java,v
retrieving revision 1.8.2.14
diff -u -r1.8.2.14 Thread.java
--- java/lang/Thread.java       14 Apr 2006 06:50:29 -0000      1.8.2.14
+++ java/lang/Thread.java       15 May 2006 22:08:26 -0000
@@ -1202,7 +1202,7 @@
    * to run.</li>
    * <li>BLOCKED -- The thread is blocked waiting on an I/O operation
    * or to obtain a lock.</li>
-   * <li>WAITING -- The thread is waiting indefinately for another thread
+   * <li>WAITING -- The thread is waiting indefinitely for another thread
    * to do something.</li>
    * <li>TIMED_WAITING -- The thread is waiting for a specific amount of time
    * for another thread to do something.</li>

Reply via email to