aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorPaul Eggert2013-04-06 00:33:18 -0700
committerPaul Eggert2013-04-06 00:33:18 -0700
commit8ead390103b65c93977dd4dee419f66316a79b96 (patch)
tree80aba8b3f936e18182e014ae8a80429383c1add3 /src/coding.c
parentd695cb94fb71c8c8d4822fbf9d702dbda3252aac (diff)
downloademacs-8ead390103b65c93977dd4dee419f66316a79b96.tar.gz
emacs-8ead390103b65c93977dd4dee419f66316a79b96.zip
Spelling fix.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 735af25502d..f9799035b3c 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6152,7 +6152,7 @@ check_ascii (struct coding_system *coding)
6152} 6152}
6153 6153
6154 6154
6155/* Return the number of charcters at the source if all the bytes are 6155/* Return the number of characters at the source if all the bytes are
6156 valid UTF-8 (of Unicode range). Otherwise, return -1. By side 6156 valid UTF-8 (of Unicode range). Otherwise, return -1. By side
6157 effects, update coding->eol_seen. The value of coding->eol_seen is 6157 effects, update coding->eol_seen. The value of coding->eol_seen is
6158 "logical or" of EOL_SEEN_LF, EOL_SEEN_CR, and EOL_SEEN_CRLF, but 6158 "logical or" of EOL_SEEN_LF, EOL_SEEN_CR, and EOL_SEEN_CRLF, but