From 5998373a0c8a93a0994557897251f765a1b59737 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 6 Oct 2002 21:16:08 +0000 Subject: [PATCH] Comment fix. --- src/coding.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2