< prev index next >

test/jdk/java/nio/channels/Selector/WakeupSpeed.java

Print this page

        

@@ -21,11 +21,11 @@
  * questions.
  */
 
 /* @test
  * @bug 4467968
- * @summary Tests wether wakeup makes the next select() call return immediately
+ * @summary Tests whether wakeup makes the next select() call return immediately
  */
 
 import java.io.IOException;
 import java.nio.channels.Selector;
 
< prev index next >