< prev index next >

test/lib/jdk/test/lib/thread/VThreadRunner.java

Print this page
@@ -27,11 +27,11 @@
  import java.time.Duration;
  import java.util.concurrent.ForkJoinPool;
  import java.util.concurrent.atomic.AtomicReference;
  
  /**
-  * Helper class to support tests running tasks a in virtual thread.
+  * Helper class to support tests running tasks in a virtual thread.
   */
  public class VThreadRunner {
      private VThreadRunner() { }
  
      /**
< prev index next >