From: tasn Date: Sun, 20 Mar 2011 13:56:08 +0000 (+0000) Subject: Evas textblock: Fixed a small error in docs. X-Git-Tag: submit/trunk/20120815.174732~1814 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08810918676ce290add32fb8dc79404440f59083;p=profile%2Fivi%2Fevas.git Evas textblock: Fixed a small error in docs. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57916 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index c7cdb16..164337e 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -2011,7 +2011,7 @@ _layout_format_push(Ctxt *c, Evas_Object_Textblock_Format *fmt) * @param c the context to work on - Not NULL. * @param fmt the format to free. * @return the next format in the stack, or format if there's none. - * @see _layout_format_pop() + * @see _layout_format_push() */ static Evas_Object_Textblock_Format * _layout_format_pop(Ctxt *c, Evas_Object_Textblock_Format *fmt)