From: Paul Eggert Date: Sat, 6 Apr 2013 07:33:18 +0000 (-0700) Subject: Spelling fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ead390103b65c93977dd4dee419f66316a79b96;p=emacs.git Spelling fix. --- 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) } -/* Return the number of charcters at the source if all the bytes are +/* Return the number of characters at the source if all the bytes are valid UTF-8 (of Unicode range). Otherwise, return -1. By side effects, update coding->eol_seen. The value of coding->eol_seen is "logical or" of EOL_SEEN_LF, EOL_SEEN_CR, and EOL_SEEN_CRLF, but