summaryrefslogtreecommitdiff
path: root/src/lib/eina_hash.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-06 22:48:58 +0000
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-06 22:48:58 +0000
commitc05b892dbc9adafb1ea4e593998c95fa60c86667 (patch)
tree01c745d449dfa0d7ac371c14738fffb8ca3a57b0 /src/lib/eina_hash.c
parentf039a9c9d3920816efa888e15a2170904852727c (diff)
downloadeina-c05b892dbc9adafb1ea4e593998c95fa60c86667.tar.gz
Fix typo in doxygen
SVN revision: 51932
Diffstat (limited to 'src/lib/eina_hash.c')
-rw-r--r--src/lib/eina_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c
index 9f85c3c..8bd9e7b 100644
--- a/src/lib/eina_hash.c
+++ b/src/lib/eina_hash.c
@@ -918,7 +918,7 @@ eina_hash_stringshared_new(Eina_Free_Cb data_free_cb)
}
/**
- * @brief Returns the number of entires in the hash table.
+ * @brief Returns the number of entries in the hash table.
* @param hash The given hash table.
* @return The number of entries in the hash table, @c 0 on error
* Returns the number of entires in the hash table.