From 1e52a07b4de0f000028e55c332aa46495f60879c Mon Sep 17 00:00:00 2001 From: Alex Light Date: Tue, 25 Jun 2019 09:12:04 -0700 Subject: Correct Indicies -> Indices This is a misspelling that is somewhat common in art/. Fix up all the instances I could find. Test: ./test.py --host Change-Id: I0a5def6e4126cf4e61efb0619bd59eb45ba7f324 --- test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java') 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. -- cgit v1.2.3-59-g8ed1b