From 59c9c0fab8d5b6b045e4ec466e06ea37f7946655 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Nov 2008 23:27:19 +0100 Subject: [PATCH] Another reference to arraysort. --- ucw/sorter/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.2