]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode_terminal_code): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Sep 2008 10:50:48 +0000 (10:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Sep 2008 10:50:48 +0000 (10:50 +0000)
src/term.c

index 19382f9667ccebbfdbdc6896a91e793735eb1fe7..5b71ce4f284a0eef55201a164678fd6a3c2806d0 100644 (file)
@@ -660,7 +660,7 @@ encode_terminal_code (src, src_len, coding)
 
          if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g))
            {
-             /* This glyph doesn't has an entry in Vglyph_table.  */
+             /* This glyph doesn't have an entry in Vglyph_table.  */
              c = src->u.ch;
            }
          else