From 05df9e72f2cad0f747a52bb725faf206b583306d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 5 May 2011 11:05:59 +0000 Subject: [PATCH] Evas font-query: Fixed documentation error. SVN revision: 59206 --- legacy/evas/src/lib/engines/common/evas_font_query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_query.c b/legacy/evas/src/lib/engines/common/evas_font_query.c index 5e63367..5714b41 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/src/lib/engines/common/evas_font_query.c @@ -543,7 +543,8 @@ end: /** * @internal - * Find the last character that fits until the boundaries set by x and y. + * Find one after the last character that fits until the boundaries set by x + * and y. I.e find the first char that doesn't fit. * This LOGICALLY walks the string. This is needed for wrapping for example * where we want the first part to be the first logical part. * -- 2.7.4