From 20200aaadacf3118270f092f81e3bc7c27b4024b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Sep 2008 10:52:10 +0000 Subject: [PATCH] (struct glyph) : Fix a typo in a comment. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5