]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 20:35:41 +0000 (13:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 20:35:41 +0000 (13:35 -0700)
src/composite.h

index a43e41901eecef8f021c3b845d0a3e1187661504..c30c6832796a5f62d46e6555dc57aa7f029c156e 100644 (file)
@@ -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.  */