about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-11 02:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-12-11 02:00:00 +0000
commit14ef9c185b79f55f8221a29accd8d3326367102a (patch)
tree6ce66c4fe96312eea50c0b0aa4107405e0268aca /iconvdata
parent720480934ab9107714f1ffc29222dfb5d3bc5b1d (diff)
downloadglibc-14ef9c185b79f55f8221a29accd8d3326367102a.tar.gz
glibc-14ef9c185b79f55f8221a29accd8d3326367102a.tar.xz
glibc-14ef9c185b79f55f8221a29accd8d3326367102a.zip
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.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/jis0208.h2
-rw-r--r--iconvdata/jis0212.h2
2 files changed, 2 insertions, 2 deletions
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 <gconv.h>
 #include <stdint.h>
 
-/* 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;
diff --git a/iconvdata/jis0212.h b/iconvdata/jis0212.h
index d4164d8da9..f22ac24b6f 100644
--- a/iconvdata/jis0212.h
+++ b/iconvdata/jis0212.h
@@ -25,7 +25,7 @@
 #include <stdint.h>
 
 
-/* Struct for table with indeces in mapping table.  */
+/* Struct for table with indices in mapping table.  */
 struct jisx0212_idx
 {
   uint16_t start;