From: Dave Love Date: Sun, 6 Oct 2002 21:16:08 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5998373a0c8a93a0994557897251f765a1b59737;p=emacs.git Comment fix. --- diff --git a/src/coding.h b/src/coding.h index b9e5d8208a8..17b111118ef 100644 --- a/src/coding.h +++ b/src/coding.h @@ -230,8 +230,8 @@ enum coding_result_code #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 /* If set, the decoding/encoding routines treat the current data as - the last block of the whole text to be converted, and do - appropriate fisishing job. */ + the last block of the whole text to be converted, and do the + appropriate finishing job. */ #define CODING_MODE_LAST_BLOCK 0x02 /* If set, it means that the current source text is in a buffer which