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
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index 023e3a6..8ac33a4 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -1099,7 +1099,7 @@
}
// 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);