summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-18 01:10:39 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-18 01:10:39 +0900
commit8ba2cc6fe985b5059300cb80564354c0e80f859e (patch)
treeb477e8b448faa0f301e2e6fc02d7b833cdb40456 /src/benchmarks
parent0987f06e6b3bf3d7994f326838dcf3d28aa06830 (diff)
downloadefl-8ba2cc6fe985b5059300cb80564354c0e80f859e.tar.gz
doc: fixed typo.
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/eina/Ecore_Data.h2
1 files changed, 1 insertions, 1 deletions
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 */