aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/README')
-rw-r--r--libraries/eina/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/eina/README b/libraries/eina/README
index 69ec205..6ff84c8 100644
--- a/libraries/eina/README
+++ b/libraries/eina/README
@@ -17,7 +17,7 @@ Eina is a library providing data structure utilities for EFL that are meant
17to be lean, efficient and tailored to EFL's needs. This saves each 17to be lean, efficient and tailored to EFL's needs. This saves each
18library implementing its own custom datatype handling and duplicating 18library implementing its own custom datatype handling and duplicating
19the code. Some of the datatypes handles are: 19the code. Some of the datatypes handles are:
20 Arrays (variable sized) 20 Arrays (variable sized, including inline members)
21 Hash tables 21 Hash tables
22 Inlined linked lists 22 Inlined linked lists
23 Linked lists 23 Linked lists