Evas font-query: Fixed documentation error.
authorTom Hacohen <tom@stosb.com>
Thu, 5 May 2011 11:05:59 +0000 (11:05 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 5 May 2011 11:05:59 +0000 (11:05 +0000)
SVN revision: 59206

legacy/evas/src/lib/engines/common/evas_font_query.c

index 5e63367..5714b41 100644 (file)
@@ -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.
  *