From 8ba2cc6fe985b5059300cb80564354c0e80f859e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 18 Aug 2014 01:10:39 +0900 Subject: doc: fixed typo. --- src/benchmarks/eina/Ecore_Data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks') diff --git a/src/benchmarks/eina/Ecore_Data.h b/src/benchmarks/eina/Ecore_Data.h index 415efc7e56..e2ea607d16 100644 --- a/src/benchmarks/eina/Ecore_Data.h +++ b/src/benchmarks/eina/Ecore_Data.h @@ -204,7 +204,7 @@ EAPI int ecore_list_empty_is(Ecore_List *list); /* Remove every node in the list without freeing the list itself */ EAPI int ecore_list_clear(Ecore_List *list); -/* Free the list and it's contents */ +/* Free the list and its contents */ EAPI void ecore_list_destroy(Ecore_List *list); /* Creating and initializing list nodes */ -- cgit v1.2.1