From: Kenichi Handa Date: Tue, 3 Mar 1998 01:29:16 +0000 (+0000) Subject: Typo in comment fixed. X-Git-Tag: emacs-20.3~2043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b2d77fe297f6e177b95573601fe723117dbd78a;p=emacs.git Typo in comment fixed. --- diff --git a/src/coding.h b/src/coding.h index 51b7939f54c..61b4402a902 100644 --- a/src/coding.h +++ b/src/coding.h @@ -283,7 +283,7 @@ enum coding_type #define CODING_FINISH_INSUFFICIENT_DST 2 #define CODING_FINISH_INCONSISTENT_EOL 3 -/* Macros used for the member mode of the struct coding_systme. */ +/* Macros used for the member `mode' of the struct coding_system. */ /* If set, recover the original CR or LF of the already decoded text when the decoding routine encounters an inconsistent eol format. */