aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2008-09-27 10:52:10 +0000
committerEli Zaretskii2008-09-27 10:52:10 +0000
commit20200aaadacf3118270f092f81e3bc7c27b4024b (patch)
tree3ecb0980ef60828e4c632130042ca67716c706b4 /src
parentf185a758b77f22149ad382c1fb0de7aab57c199d (diff)
downloademacs-20200aaadacf3118270f092f81e3bc7c27b4024b.tar.gz
emacs-20200aaadacf3118270f092f81e3bc7c27b4024b.zip
(struct glyph) <union cmp>: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 66f5798cdc6..3ba09d4a616 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -397,7 +397,7 @@ struct glyph
397 unsigned automatic : 1; 397 unsigned automatic : 1;
398 /* ID of the composition. */ 398 /* ID of the composition. */
399 unsigned id : 23; 399 unsigned id : 23;
400 /* Start and end indices of glyhs of the composition. */ 400 /* Start and end indices of glyphs of the composition. */
401 unsigned from : 4; 401 unsigned from : 4;
402 unsigned to : 4; 402 unsigned to : 4;
403 } cmp; 403 } cmp;