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. --- dlfcn/dlfcn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index c629fc7f42..d4a8d5ac01 100644 --- a/dlfcn/dlfcn.h +++ b/dlfcn/dlfcn.h @@ -40,7 +40,7 @@ # define RTLD_DEFAULT ((void *) 0) -/* Type for namespace indeces. */ +/* Type for namespace indices. */ typedef long int Lmid_t; /* Special namespace ID values. */ -- cgit 1.4.1