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. --- iconvdata/jis0208.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/jis0208.h') diff --git a/iconvdata/jis0208.h b/iconvdata/jis0208.h index 1de69fc041..65bb8907e4 100644 --- a/iconvdata/jis0208.h +++ b/iconvdata/jis0208.h @@ -23,7 +23,7 @@ #include #include -/* Struct for table with indeces in UCS mapping table. */ +/* Struct for table with indices in UCS mapping table. */ struct jisx0208_ucs_idx { uint16_t start; -- cgit 1.4.1