aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2008-09-27 10:50:48 +0000
committerEli Zaretskii2008-09-27 10:50:48 +0000
commitf185a758b77f22149ad382c1fb0de7aab57c199d (patch)
treeca8d47e39bb784806e945b3cca59c008e2a06de8 /src
parent521c4a232934f0fc894008ace17f589e3f9c918a (diff)
downloademacs-f185a758b77f22149ad382c1fb0de7aab57c199d.tar.gz
emacs-f185a758b77f22149ad382c1fb0de7aab57c199d.zip
(encode_terminal_code): Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 19382f9667c..5b71ce4f284 100644
--- a/src/term.c
+++ b/src/term.c
@@ -660,7 +660,7 @@ encode_terminal_code (src, src_len, coding)
660 660
661 if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g)) 661 if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g))
662 { 662 {
663 /* This glyph doesn't has an entry in Vglyph_table. */ 663 /* This glyph doesn't have an entry in Vglyph_table. */
664 c = src->u.ch; 664 c = src->u.ch;
665 } 665 }
666 else 666 else