From: Paul Eggert Date: Thu, 28 Jul 2011 20:35:41 +0000 (-0700) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bd4252299e9ed464cac124ac1ff718c98396df2;p=emacs.git Fix typo in comment. --- 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. */