From 14ef9c185b79f55f8221a29accd8d3326367102a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 11 Dec 2020 02:00:00 +0000 Subject: treewide: fix incorrect spelling of indices in comments Replace 'indeces' with 'indices', the most annoying of these typos were those found in elf.h which is a public header file copied to other projects. --- elf/dl-version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-version.c') diff --git a/elf/dl-version.c b/elf/dl-version.c index 0f8bdcd..6e28221 100644 --- a/elf/dl-version.c +++ b/elf/dl-version.c @@ -247,7 +247,7 @@ _dl_check_map_versions (struct link_map *map, int verbose, int trace_mode) the maximum index here as well. XXX We could avoid the loop by just taking the number of definitions - as an upper bound of new indeces. */ + as an upper bound of new indices. */ if (def != NULL) { ElfW(Verdef) *ent; -- cgit v1.1