changeset 88936:c6ed294ee664

Comment fix
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:36:59 +0000
parents 49128e8e5ebb
children 0c401b5246ba
files src/coding.c src/term.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Tue Jul 30 11:36:10 2002 +0000
+++ b/src/coding.c	Tue Jul 30 11:36:59 2002 +0000
@@ -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.
--- a/src/term.c	Tue Jul 30 11:36:10 2002 +0000
+++ b/src/term.c	Tue Jul 30 11:36:59 2002 +0000
@@ -834,7 +834,7 @@
 
 	  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;