aboutsummaryrefslogtreecommitdiff
path: root/src/misc/lv_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/lv_utils.h')
-rw-r--r--src/misc/lv_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/lv_utils.h b/src/misc/lv_utils.h
index 68c3662ed..7a8d61014 100644
--- a/src/misc/lv_utils.h
+++ b/src/misc/lv_utils.h
@@ -35,14 +35,14 @@ extern "C" {
* argument (the search key) is less that it's second (a table entry),
* zero if equal, and positive if greater.
*
- * @note Items in the array must be in ascending order.
+ * @note Items in the array must be in ascending order.
*
* @param key Pointer to item being searched for
* @param base Pointer to first element to search
* @param n Number of elements
* @param size Size of each element
- * @param cmp Pointer to comparison function (see unicode_list_compare() as a comparison
- * function example)
+ * @param cmp Pointer to comparison function (see unicode_list_compare()
+ * as a comparison function example)
*
* @return a pointer to a matching item, or NULL if none exists.
*/