diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/952-invoke-custom/src/TestInvokeCustomWithConcurrentThreads.java | 2 | ||||
-rwxr-xr-x | test/954-invoke-polymorphic-verifier/check | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/test/954-invoke-polymorphic-verifier/check b/test/954-invoke-polymorphic-verifier/check index dc5ddb7fc9..85db5ae918 100755 --- a/test/954-invoke-polymorphic-verifier/check +++ b/test/954-invoke-polymorphic-verifier/check @@ -14,6 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Strip out temporary file path information and indicies from output. +# Strip out temporary file path information and indices from output. sed -e "s/ [(]declaration of.*//" -e "s/\[0x[0-9A-F]*\] //g" "$2" > "$2.tmp" diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null |