aboutsummaryrefslogtreecommitdiff
path: root/iconv/gconv_int.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 06:48:33 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:37:14 +0000
commitf58a8c1c15d8b5d8a08e8553f82867202b88a5cc (patch)
tree6321745acfe959c043d8c50e2a5690c4a755b916 /iconv/gconv_int.h
parent9a51f4e2b6668d14a125bdb2abd0fe6b8102eed1 (diff)
downloadglibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.zip
glibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.tar.gz
glibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.tar.bz2
Fix misspellings in iconv/ and iconvdata/ -- BZ 25337
All the changes are in comments or '#error' messages. Applying this commit results in bit-identical rebuild of iconvdata/*.so Reviewed-by: Florian Weimer <fw@deneb.enyo.de>
Diffstat (limited to 'iconv/gconv_int.h')
-rw-r--r--iconv/gconv_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h
index 4b247a8..19d042f 100644
--- a/iconv/gconv_int.h
+++ b/iconv/gconv_int.h
@@ -172,7 +172,7 @@ __libc_lock_define (extern, __gconv_lock attribute_hidden)
})
-/* Return in *HANDLE, a decriptor for the transformation. The function expects
+/* Return in *HANDLE, a descriptor for the transformation. The function expects
the specification of the transformation in the structure pointed to by
CONV_SPEC. It only reads *CONV_SPEC and does not take ownership of it. */
extern int __gconv_open (struct gconv_spec *conv_spec,