From 7bd4252299e9ed464cac124ac1ff718c98396df2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 Jul 2011 13:35:41 -0700 Subject: [PATCH] Fix typo in comment. --- src/composite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { void *font; /* Pointer to an array of x-offset and y-offset (by pixels) of - glyphs. This points to a sufficient memory space (sizeof (int) * + glyphs. This points to a sufficient memory space (sizeof (short) * glyph_len * 2) that is allocated when the composition is registered in composition_table. X-offset and Y-offset of Nth glyph are (2N)th and (2N+1)th elements respectively. */ -- 2.39.2