diff options
| author | Paul Eggert | 2011-07-28 13:35:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-28 13:35:41 -0700 |
| commit | 7bd4252299e9ed464cac124ac1ff718c98396df2 (patch) | |
| tree | 343d2ff63b60ed0e92c31426e4e013c6912a1880 /src | |
| parent | d86d0d747f5d23db6cecfbf9385c4db1fb3c6545 (diff) | |
| download | emacs-7bd4252299e9ed464cac124ac1ff718c98396df2.tar.gz emacs-7bd4252299e9ed464cac124ac1ff718c98396df2.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index a43e41901ee..c30c6832796 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -193,7 +193,7 @@ struct composition { | |||
| 193 | void *font; | 193 | void *font; |
| 194 | 194 | ||
| 195 | /* Pointer to an array of x-offset and y-offset (by pixels) of | 195 | /* Pointer to an array of x-offset and y-offset (by pixels) of |
| 196 | glyphs. This points to a sufficient memory space (sizeof (int) * | 196 | glyphs. This points to a sufficient memory space (sizeof (short) * |
| 197 | glyph_len * 2) that is allocated when the composition is | 197 | glyph_len * 2) that is allocated when the composition is |
| 198 | registered in composition_table. X-offset and Y-offset of Nth | 198 | registered in composition_table. X-offset and Y-offset of Nth |
| 199 | glyph are (2N)th and (2N+1)th elements respectively. */ | 199 | glyph are (2N)th and (2N+1)th elements respectively. */ |