tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=99cb7e9ba7fe257e265b821febbacd2e8aff0616

commit 99cb7e9ba7fe257e265b821febbacd2e8aff0616
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed May 20 14:02:56 2015 +0100

    Eo base: Correct comment regarding the finalizer.
---
 src/lib/eo/eo_base.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo
index 5c7123c..b81ed6e 100644
--- a/src/lib/eo/eo_base.eo
+++ b/src/lib/eo/eo_base.eo
@@ -53,7 +53,7 @@ Should not be used with #eo_do. Only use it with 
#eo_do_super. */
       }
       finalize {
          /*@ Called at the end of #eo_add. Should not be called, just 
overridden. */
-         return: Eo *; /*@ The new object created, can be NULL if the finalize 
func decided to abort (though it should free the created object on it's own). */
+         return: Eo *; /*@ The new object created, can be NULL if aborting */
       }
       wref_add {
          /*@ Add a new weak reference to obj.

-- 


Reply via email to