about summary refs log tree commit diff
path: root/iconvdata/iso-2022-jp.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-30 14:32:07 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-30 18:08:59 +0200
commit382466e04e347d3b3fa221897efb8f4cdc239105 (patch)
tree502407214f530137467309e605493cc0dd18f274 /iconvdata/iso-2022-jp.c
parent6b06ac56cdfc9293908724e51e827534e97819aa (diff)
downloadglibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.gz
glibc-382466e04e347d3b3fa221897efb8f4cdc239105.tar.xz
glibc-382466e04e347d3b3fa221897efb8f4cdc239105.zip
Fix typos.
Diffstat (limited to 'iconvdata/iso-2022-jp.c')
-rw-r--r--iconvdata/iso-2022-jp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c
index ce66121380..7fb513fea9 100644
--- a/iconvdata/iso-2022-jp.c
+++ b/iconvdata/iso-2022-jp.c
@@ -271,7 +271,7 @@ gconv_end (struct __gconv_step *data)
     if (__builtin_expect (ch, 0) == ESC)				      \
       {									      \
 	/* We now must be prepared to read two to three more		      \
-	   chracters.  If we have a match in the first character but	      \
+	   characters.  If we have a match in the first character but	      \
 	   then the input buffer ends we terminate with an error since	      \
 	   we must not risk missing an escape sequence just because it	      \
 	   is not entirely in the current input buffer.  */		      \