changeset 89779:74c503490829

(decode_coding_sjis): Fix comment.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Jan 2004 11:03:31 +0000
parents 206129f9e4ce
children a53cb5864a40
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Wed Jan 28 11:01:54 2004 +0000
+++ b/src/coding.c	Wed Jan 28 11:03:31 2004 +0000
@@ -4048,7 +4048,7 @@
 	}
       else if (c <= 0xFC && charset_kanji2)
 	{
-	  /* SJIS -> JISX0212 */
+	  /* SJIS -> JISX0213-2 */
 	  ONE_MORE_BYTE (c1);
 	  if (c1 < 0x40 || c1 == 0x7F || c1 > 0xFC)
 	    goto invalid_code;