mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
8359067: Fix typo in DelayScheduler.java
Reviewed-by: syan, dl, rriggs, vklang
This commit is contained in:
parent
cabd7c1f7a
commit
f07f5ce984
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user