diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 06:48:33 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 16:37:14 +0000 |
commit | f58a8c1c15d8b5d8a08e8553f82867202b88a5cc (patch) | |
tree | 6321745acfe959c043d8c50e2a5690c4a755b916 /iconvdata/bug-iconv8.c | |
parent | 9a51f4e2b6668d14a125bdb2abd0fe6b8102eed1 (diff) | |
download | glibc-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 'iconvdata/bug-iconv8.c')
-rw-r--r-- | iconvdata/bug-iconv8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/bug-iconv8.c b/iconvdata/bug-iconv8.c index e32d891..1ebb674 100644 --- a/iconvdata/bug-iconv8.c +++ b/iconvdata/bug-iconv8.c @@ -29,7 +29,7 @@ do_test (void) /* * result: -1 84 0 0 (84=EILSEQ) * - * Error is returnd but inbuf is consumed. + * Error is returned but inbuf is consumed. * * \x83\xd9 is valid shift-jis sequence but no character is assigned * to it. |