* dwarf2read.c (dwarf2_read_index): Correct misspelling.
(find_slot_in_mapped_hash): Likewise.
+2012-02-22 Gary Benson <gbenson@redhat.com>
+
+ * dwarf2read.c (dwarf2_read_index): Correct misspelling.
+ (find_slot_in_mapped_hash): Likewise.
+
2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
PR build/13638
}
/* Index version 4 did not support case insensitive searches. But the
- indexes for case insensitive languages are built in lowercase, therefore
+ indices for case insensitive languages are built in lowercase, therefore
simulate our NAME being searched is also lowercased. */
hash = mapped_index_string_hash ((index->version == 4
&& case_sensitivity == case_sensitive_off
version 5 and later. */
if (version < 4)
return 0;
- /* Indexes with higher version than the one supported by GDB may be no
+ /* Indices with higher version than the one supported by GDB may be no
longer backward compatible. */
if (version > 5)
return 0;