]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:36:59 +0000 (11:36 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:36:59 +0000 (11:36 +0000)
src/coding.c
src/term.c

index e19319abb2c4a728d820b77363008d6d5dc4f306..56b66de9d9e3da04f77a35c9cc1ee6be4f94da44 100644 (file)
@@ -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.
index cb4c63529e2d0383d1fed751546fc007c2c2a671..2ae413178a8e0b133c838f1fe5af820a0d7eeb1b 100644 (file)
@@ -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;