summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-03-13 15:50:37 -0400
committerChris Michael <cp.michael@samsung.com>2017-03-13 15:50:37 -0400
commit3fa7570bdad6ac8593cdd0a9f6af83f0b1afe286 (patch)
treed3b3ed28c6a9920e5163d9361bf9f985cd700ac1
parent47f34bb7a3e532d8ee5daded69528bd3c44ad229 (diff)
downloadefl-3fa7570bdad6ac8593cdd0a9f6af83f0b1afe286.tar.gz
eina: Fix more typo in doxygen
The eina_(rw)_slice_startswith functions both incorrectly describe how the 'prefix' parameter is used, so fix those also @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/eina/eina_slice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eina/eina_slice.h b/src/lib/eina/eina_slice.h
index 7e4847215d..8ac4351d93 100644
--- a/src/lib/eina/eina_slice.h
+++ b/src/lib/eina/eina_slice.h
@@ -256,7 +256,7 @@ static inline const void *eina_slice_find(const Eina_Slice slice, const Eina_Sli
* @brief Checks if the slice starts with a prefix.
*
* @param slice the reference memory.
- * @param prefix the slice to check if @a slice ends with.
+ * @param prefix the slice to check if @a slice starts with.
* @return #EINA_TRUE if @a slice starts with @a prefix, #EINA_FALSE otherwise.
*
* @since 1.19
@@ -300,7 +300,7 @@ static inline void *eina_rw_slice_find(const Eina_Rw_Slice rw_slice, const Eina_
* @brief Checks if the slice starts with a prefix.
*
* @param slice the reference memory.
- * @param prefix the slice to check if @a slice ends with.
+ * @param prefix the slice to check if @a slice starts with.
* @return #EINA_TRUE if @a slice starts with @a prefix, #EINA_FALSE otherwise.
*
* @since 1.19