8359067: Fix typo in DelayScheduler.java

Reviewed-by: syan, dl, rriggs, vklang
This commit is contained in:
He-Pin(kerr) 2025-06-18 11:26:00 +00:00 committed by Viktor Klang
parent cabd7c1f7a
commit f07f5ce984

View File

@ -85,7 +85,7 @@ final class DelayScheduler extends Thread {
* termination checks as well as to suppress reactivation after
* terminating.
*
* We avoid the need for auxilliary data structures by embedding
* We avoid the need for auxiliary data structures by embedding
* pending queue links, heap indices, and pool references inside
* ScheduledForkJoinTasks. (We use the same structure for both
* Runnable and Callable versions, since including an extra field