changeset 98368:ab98984490b6

(struct glyph) <union cmp>: Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Sep 2008 10:52:10 +0000
parents 758774f72111
children 690a23ccfcf9
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sat Sep 27 10:50:48 2008 +0000
+++ b/src/dispextern.h	Sat Sep 27 10:52:10 2008 +0000
@@ -397,7 +397,7 @@
       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;