summaryrefslogtreecommitdiff
path: root/libdexfile/dex/dex_file_reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/dex/dex_file_reference.h')
-rw-r--r--libdexfile/dex/dex_file_reference.h2
1 files changed, 1 insertions, 1 deletions
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);
}