From 9da9d9c28f5574cc630eb8d8a48186f4951c4e33 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 28 Dec 2015 11:53:40 -0500 Subject: [PATCH] Mod a comment --- MagickCore/annotate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.40.0