aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2011-07-23 06:58:44 -0400
committerEli Zaretskii <[email protected]>2011-07-23 06:58:44 -0400
commita2709514e606b5bb03b0c8dfcc12aaa3dcf72a22 (patch)
treebd0beed617e010fd17d6f0a0ffb018ecd830f007
parenta9269c187774dea6e939066a79901f23ae79641f (diff)
src/xdisp.c: Fix a typo in a comment.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 0cb1863da9..8b164008c3 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -23256,7 +23256,7 @@ produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym)
base_width = font->average_width;
/* Get a face ID for the glyph by utilizing a cache (the same way as
- doen for `escape-glyph' in get_next_display_element). */
+ done for `escape-glyph' in get_next_display_element). */
if (it->f == last_glyphless_glyph_frame
&& it->face_id == last_glyphless_glyph_face_id)
{