From: Martin Mares Date: Sat, 17 May 2014 21:36:04 +0000 (+0200) Subject: Sorter: Fixed a documentation comment X-Git-Tag: v6.0~36 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1ece9231a33a204e796083a8d6290e4c5738b13f;p=libucw.git Sorter: Fixed a documentation comment --- 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