summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Dilly <bdilly@profusion.mobi>2016-12-02 15:41:48 -0200
committerBruno Dilly <bdilly@profusion.mobi>2016-12-02 15:41:48 -0200
commit5d54c24a4e0e4a4a58c3dc9d1417acef588c0870 (patch)
tree07cd15f400d933102e8a94abbe282f9d09851b64
parent81a25bc83f1a18aeb84c9329f017a4a00282c99d (diff)
downloadefl-5d54c24a4e0e4a4a58c3dc9d1417acef588c0870.tar.gz
eo: fix oops on efl_replace() documentation
-rw-r--r--src/lib/eo/Eo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 244478b0ae..cf74b5c742 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -1339,7 +1339,7 @@ EAPI int efl_callbacks_cmp(const Efl_Callback_Array_Item *a, const Efl_Callback_
* @param storage The object to replace the old reference. It can not be @c NULL.
* @param new_obj The new object. It may be @c NULL.
*
- * The string pointed by @c storage must be previously an Eo or
+ * The object pointed by @a storage must be previously an Eo or
* @c NULL and it will be efl_unref(). The @a new_obj will be passed
* to efl_ref() and then assigned to @c *storage.
*