summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2009-07-07 12:44:10 +0000
committerKenichi Handa <handa@m17n.org>2009-07-07 12:44:10 +0000
commit90ab959d752256c257e6cd175d10ebf64ae59e0d (patch)
tree6202573066c3955fe7ad3082761b165d441a69bf
parent71e6d7441c4f80882a395bb7eea51df9055deeef (diff)
downloademacs-90ab959d752256c257e6cd175d10ebf64ae59e0d.tar.gz
*** empty log message ***
-rw-r--r--src/character.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h
index def2a96ff1f..12deb88beef 100644
--- a/src/character.h
+++ b/src/character.h
@@ -88,7 +88,7 @@ extern int unibyte_to_multibyte_table[256];
((c) < 256 ? unibyte_to_multibyte_table[(c)] : (c))
/* Decoding table for 8-bit byte codes of the charset charset_unibyte.
- Nth element is for the code (N-0x80). */
+ Nth element is for the code (N+0x80). */
extern int charset_unibyte_decoder[128];
/* Return a character correspoinding to the code BYTE of