]> code.delx.au - gnu-emacs/blobdiff - src/charset.c
Fix use of int instead of EMACS_INT in editfns.c.
[gnu-emacs] / src / charset.c
index 036d7146db69c982e8b9991e4c9252dbbfd088b2..8051b11330e8f00e48bb59a68099fb1bfbd21771 100644 (file)
@@ -427,7 +427,7 @@ load_charset_map (struct charset *charset, struct charset_map_entries *entries,
 
 
 /* Read a hexadecimal number (preceded by "0x") from the file FP while
-   paying attention to comment charcter '#'.  */
+   paying attention to comment character '#'.  */
 
 static INLINE unsigned
 read_hex (FILE *fp, int *eof)