ecore: fix typo in comments.

Summary: Depends on D7391

Reviewers: bu5hm4n, segfaultxavi, kimcinoo

Reviewed By: kimcinoo

Subscribers: kimcinoo, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7472

Differential Revision: https://phab.enlightenment.org/D7392
This commit is contained in:
Cedric BAIL 2018-12-07 12:54:38 +01:00 committed by Xavi Artigas
parent ca54d6df84
commit 4a196b99d5
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ _cancel_cb(void *data, const Eina_Value v, const Eina_Future *dead_future EINA_U
ERROR_CHECK(v, ECANCELED);
(*cancel_count)++;
/* Although this function returns an INT Eina_Value, the next
_cancel_cb must receive a EINA_VALYE_TYPE_ERROR as ECANCELED */
_cancel_cb must receive a EINA_VALUE_TYPE_ERROR as ECANCELED */
return new_v;
}