]> mj.ucw.cz Git - libucw.git/commitdiff
Another reference to arraysort.
authorMartin Mares <mj@ucw.cz>
Mon, 3 Nov 2008 22:27:19 +0000 (23:27 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 3 Nov 2008 22:27:19 +0000 (23:27 +0100)
ucw/sorter/array.h

index 740b9b6e6814c13b5c2e2c0709db6a9fe241b982..4e64ace8772648ea7c01f16e487cfbea77d2531e 100644 (file)
@@ -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).