Skip to content

Commit b9d24e0

Browse files
committedAug 14, 2020
Fix comment
1 parent fda7ae9 commit b9d24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/lang/Thread/virtual/stress/TimedGet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void main(String... args) throws InterruptedException {
9898
}
9999
}
100100

101-
// check that ll tasks should have completed successfully
101+
// all tasks should have completed successfully
102102
int completedCount = completed.get();
103103
System.out.println(completedCount);
104104
if (completedCount != threadCount) {

0 commit comments

Comments
 (0)
Please sign in to comment.