From 1ece9231a33a204e796083a8d6290e4c5738b13f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 May 2014 23:36:04 +0200 Subject: [PATCH] Sorter: Fixed a documentation comment --- ucw/sorter/array-simple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/sorter/array-simple.h b/ucw/sorter/array-simple.h index 5e442439..42c5f470 100644 --- a/ucw/sorter/array-simple.h +++ b/ucw/sorter/array-simple.h @@ -27,7 +27,7 @@ * ASORT_KEY_TYPE [*] data type of a single array entry key * ASORT_ELT(i) returns the key of i-th element; if this macro is not * defined, the function gets a pointer to an array to be sorted - * ASORT_LT(x,y) x < y for ASORT_TYPE (default: "x