summaryrefslogtreecommitdiff
path: root/test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java')
-rw-r--r--test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java b/test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java
index 2ef7ff7e70..24140465ad 100644
--- a/test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java
+++ b/test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java
@@ -43,7 +43,7 @@ public class TestInvokeCustomWithConcurrentThreads extends TestBase implements R
// Array of counters for how many times each instantiated call site is called
private static final AtomicInteger[] called = new AtomicInteger[NUMBER_OF_THREADS];
- // Array of call site indicies of which call site a thread invoked
+ // Array of call site indices of which call site a thread invoked
private static final AtomicInteger[] targetted = new AtomicInteger[NUMBER_OF_THREADS];
// Synchronization barrier all threads will wait on in the bootstrap method.