summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_inarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina/eina_inarray.h')
-rw-r--r--src/lib/eina/eina_inarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_inarray.h b/src/lib/eina/eina_inarray.h
index 2ac314fb1d..306d8498ae 100644
--- a/src/lib/eina/eina_inarray.h
+++ b/src/lib/eina/eina_inarray.h
@@ -401,7 +401,7 @@ EAPI int eina_inarray_remove(Eina_Inarray *array,
* @brief Removes the last member of the array.
*
* @param[in] array The array object
- * @return The data poped out of the array
+ * @return The data popped out of the array
*
* @note The data could be considered valid only until any other operation touched the Inarray.
*