We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabd7c1 commit f07f5ceCopy full SHA for f07f5ce
src/java.base/share/classes/java/util/concurrent/DelayScheduler.java
@@ -85,7 +85,7 @@ final class DelayScheduler extends Thread {
85
* termination checks as well as to suppress reactivation after
86
* terminating.
87
*
88
- * We avoid the need for auxilliary data structures by embedding
+ * We avoid the need for auxiliary data structures by embedding
89
* pending queue links, heap indices, and pool references inside
90
* ScheduledForkJoinTasks. (We use the same structure for both
91
* Runnable and Callable versions, since including an extra field
0 commit comments