aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-04 02:58:53 +0000
committerJuanma Barranquero2009-10-04 02:58:53 +0000
commit2b34df4ebc935a834a77b930b35c4a42f7236440 (patch)
tree38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/term.c
parent040759526fbb4f10bba6e3f8c243a35bdb043032 (diff)
downloademacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz
emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.zip
Fix typos in comments.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index 0d0095785e3..d5855b4cbf6 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1808,8 +1808,8 @@ append_composite_glyph (it)
1808 1808
1809/* Produce a composite glyph for iterator IT. IT->cmp_id is the ID of 1809/* Produce a composite glyph for iterator IT. IT->cmp_id is the ID of
1810 the composition. We simply produces components of the composition 1810 the composition. We simply produces components of the composition
1811 assuming that that the terminal has a capability to layout/render 1811 assuming that the terminal has a capability to layout/render it
1812 it correctly. */ 1812 correctly. */
1813 1813
1814static void 1814static void
1815produce_composite_glyph (it) 1815produce_composite_glyph (it)