From: Eli Zaretskii Date: Sat, 27 Sep 2008 10:52:10 +0000 (+0000) Subject: (struct glyph) : Fix a typo in a comment. X-Git-Tag: emacs-pretest-23.0.90~2745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20200aaadacf3118270f092f81e3bc7c27b4024b;p=emacs.git (struct glyph) : Fix a typo in a comment. --- 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 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;