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 --- libdexfile/dex/dex_file_reference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdexfile/dex/dex_file_reference.h') diff --git a/libdexfile/dex/dex_file_reference.h b/libdexfile/dex/dex_file_reference.h index 3ac778121a..1c6ba13968 100644 --- a/libdexfile/dex/dex_file_reference.h +++ b/libdexfile/dex/dex_file_reference.h @@ -39,7 +39,7 @@ class DexFileReference { }; }; -// Default comparators, compares the indicies, not the backing data. +// Default comparators, compares the indices, not the backing data. inline bool operator<(const DexFileReference& a, const DexFileReference& b) { return DexFileReference::Comparator()(a, b); } -- cgit v1.2.3-59-g8ed1b