about summary refs log tree commit diff
path: root/iconvdata/iso-2022-jp.c
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 /iconvdata/iso-2022-jp.c
parent9a51f4e2b6668d14a125bdb2abd0fe6b8102eed1 (diff)
downloadglibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.tar.gz
glibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.tar.xz
glibc-f58a8c1c15d8b5d8a08e8553f82867202b88a5cc.zip
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/iso-2022-jp.c')
-rw-r--r--iconvdata/iso-2022-jp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c
index f31dfb92e6..b023d3cf8e 100644
--- a/iconvdata/iso-2022-jp.c
+++ b/iconvdata/iso-2022-jp.c
@@ -249,7 +249,7 @@ gconv_end (struct __gconv_step *data)
 
 
 /* Since we might have to reset input pointer we must be able to save
-   and retore the state.  */
+   and restore the state.  */
 #define SAVE_RESET_STATE(Save) \
   if (Save)								      \
     save_set = *setp;							      \
@@ -679,7 +679,7 @@ static const cvlist_t conversion_lists[4] =
 	   the character is unknown.					      \
 	   The CJK character sets partially overlap when seen as subsets      \
 	   of ISO 10646; therefore there is no single correct result.	      \
-	   We use a preferrence order which depends on the language tag.  */  \
+	   We use a preference order which depends on the language tag.  */  \
 									      \
 	if (ch <= 0x7f)							      \
 	  {								      \