Skip to content

Commit f07f5ce

Browse files
He-PinViktor Klang
authored andcommitted
8359067: Fix typo in DelayScheduler.java
Reviewed-by: syan, dl, rriggs, vklang
1 parent cabd7c1 commit f07f5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/util/concurrent/DelayScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ final class DelayScheduler extends Thread {
8585
* termination checks as well as to suppress reactivation after
8686
* terminating.
8787
*
88-
* We avoid the need for auxilliary data structures by embedding
88+
* We avoid the need for auxiliary data structures by embedding
8989
* pending queue links, heap indices, and pool references inside
9090
* ScheduledForkJoinTasks. (We use the same structure for both
9191
* Runnable and Callable versions, since including an extra field

0 commit comments

Comments
 (0)