diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
commit | 8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch) | |
tree | 0f4b65eac80f244ac7610b5317e2163d668f22cb /src/charset.c | |
parent | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff) | |
download | emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.gz emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.bz2 emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.zip |
Fix typos.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index c349093ad3d..9ea1366d73a 100644 --- a/src/charset.c +++ b/src/charset.c @@ -438,7 +438,7 @@ load_charset_map (charset, entries, n_entries, control_flag) /* 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 (fp, eof) |