From 9542cb1fc7f7190717dbf825b8ae748e2cf8b0e3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 30 Jul 2002 11:36:59 +0000 Subject: [PATCH] Comment fix --- src/coding.c | 2 +- src/term.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coding.c b/src/coding.c index e19319abb2..56b66de9d9 100644 --- a/src/coding.c +++ b/src/coding.c @@ -1,4 +1,4 @@ -/* Coding system handler (conversion, detection, and etc). +/* Coding system handler (conversion, detection, etc). Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. Copyright (C) 2001, 2002 Free Software Foundation, Inc. diff --git a/src/term.c b/src/term.c index cb4c63529e..2ae413178a 100644 --- a/src/term.c +++ b/src/term.c @@ -834,7 +834,7 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed) if (g < 0 || g >= tlen) { - /* This glyph doesn't has an entry in Vglyph_table. */ + /* This glyph doesn't have an entry in Vglyph_table. */ if (! CHAR_VALID_P (src->u.ch, 0)) { len = 1; -- 2.20.1