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. --- misc/hsearch_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/hsearch_r.c b/misc/hsearch_r.c index a9905de2d5..7fafc2cf69 100644 --- a/misc/hsearch_r.c +++ b/misc/hsearch_r.c @@ -181,7 +181,7 @@ __hsearch_r (ENTRY item, ACTION action, ENTRY **retval, do { /* Because SIZE is prime this guarantees to step through all - available indeces. */ + available indices. */ if (idx <= hval2) idx = htab->size + idx - hval2; else -- cgit 1.4.1