Mercurial > emacs
diff src/coding.h @ 89172:0da59936bc31
Comment fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Sun, 06 Oct 2002 21:16:08 +0000 |
| parents | a55219c46b8c |
| children | ee0338e83a2b |
line wrap: on
line diff
--- a/src/coding.h Sun Oct 06 21:15:08 2002 +0000 +++ b/src/coding.h Sun Oct 06 21:16:08 2002 +0000 @@ -230,8 +230,8 @@ #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
