# HG changeset patch # User Eli Zaretskii # Date 1222512730 0 # Node ID ab98984490b63b3fc53c3d045eef272328cb3dbe # Parent 758774f7211153d0723e07e547c32fea91752d0c (struct glyph) : Fix a typo in a comment. diff -r 758774f72111 -r ab98984490b6 src/dispextern.h --- 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;