summaryrefslogtreecommitdiff
path: root/include/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sort.h')
-rw-r--r--include/sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sort.h b/include/sort.h
index 0c6b588fcb..76483cff33 100644
--- a/include/sort.h
+++ b/include/sort.h
@@ -27,7 +27,7 @@ void qsort(void *base, size_t nmemb, size_t size,
*
* @s1: First string to compare
* @s2: Second string to compare
- * @return comparison value (less than, equal to, or greater than 0)
+ * Return: comparison value (less than, equal to, or greater than 0)
*/
int strcmp_compar(const void *s1, const void *s2);