diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a45c5cc138f..ec66dcb4220 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -409,7 +409,7 @@ struct glyph | |||
| 409 | { | 409 | { |
| 410 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ | 410 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ |
| 411 | struct glyph_slice img; | 411 | struct glyph_slice img; |
| 412 | /* Start and end indices of glyphs of a graphme cluster of a | 412 | /* Start and end indices of glyphs of a grapheme cluster of a |
| 413 | composition (type == COMPOSITE_GLYPH). */ | 413 | composition (type == COMPOSITE_GLYPH). */ |
| 414 | struct { int from, to; } cmp; | 414 | struct { int from, to; } cmp; |
| 415 | /* Pixel offsets for upper and lower part of the acronym. */ | 415 | /* Pixel offsets for upper and lower part of the acronym. */ |