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 --- compiler/optimizing/nodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/nodes.h') diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 023e3a641d..8ac33a4309 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1099,7 +1099,7 @@ class HBasicBlock : public ArenaObject { } // Insert `this` between `predecessor` and `successor. This method - // preserves the indicies, and will update the first edge found between + // preserves the indices, and will update the first edge found between // `predecessor` and `successor`. void InsertBetween(HBasicBlock* predecessor, HBasicBlock* successor) { size_t predecessor_index = successor->GetPredecessorIndexOf(predecessor); -- cgit v1.2.3-59-g8ed1b