Evas font-query: Fixed documentation error.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:05:59 +0000 (11:05 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 May 2011 11:05:59 +0000 (11:05 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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.
  *