From: Cristy Date: Mon, 28 Dec 2015 16:53:40 +0000 (-0500) Subject: Mod a comment X-Git-Tag: 7.0.1-0~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9da9d9c28f5574cc630eb8d8a48186f4951c4e33;p=imagemagick Mod a comment --- diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c index bff97f2ca..94b5f4a47 100644 --- a/MagickCore/annotate.c +++ b/MagickCore/annotate.c @@ -1038,7 +1038,7 @@ static size_t ComplexTextLayout(const char *text,const size_t length, last_glyph; /* - Simple layout for bi-direction text (right-to-left or left-to-right). + Simple layout for bi-directional text (right-to-left or left-to-right). */ *grapheme=(raqm_glyph_info_t *) AcquireQuantumMemory(length+1, sizeof(**grapheme));