From: Martin Mares Date: Mon, 3 Nov 2008 22:27:19 +0000 (+0100) Subject: Another reference to arraysort. X-Git-Tag: holmes-import~208 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=59c9c0fab8d5b6b045e4ec466e06ea37f7946655;p=libucw.git Another reference to arraysort. --- diff --git a/ucw/sorter/array.h b/ucw/sorter/array.h index 740b9b6e..4e64ace8 100644 --- a/ucw/sorter/array.h +++ b/ucw/sorter/array.h @@ -9,7 +9,7 @@ /* * This is a generator of routines for sorting huge arrays, similar to the one - * in ucw/arraysort.h. It cannot handle discontiguous arrays, but it is able + * in ucw/sorter/array-simple.h. It cannot handle discontiguous arrays, but it is able * to employ radix-sorting if a monotone hash function is available and also * use several threads in parallel on SMP systems (this assumes that all * callbacks you provide are thread-safe).