]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct glyph) <union cmp>: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Sep 2008 10:52:10 +0000 (10:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Sep 2008 10:52:10 +0000 (10:52 +0000)
src/dispextern.h

index 66f5798cdc6c66bcdb19492ff6ea2a06ec551e17..3ba09d4a616bad7524c0eed2eb7188871b403f55 100644 (file)
@@ -397,7 +397,7 @@ struct glyph
       unsigned automatic : 1;
       /* ID of the composition.  */
       unsigned id    : 23;
-      /* Start and end indices of glyhs of the composition.  */
+      /* Start and end indices of glyphs of the composition.  */
       unsigned from : 4;
       unsigned to : 4;
     } cmp;