X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2Fcommon.h;h=ad16382a6c732229d494a52914e22aa2d2595c7b;hb=280892f550b5e98870fc1de117891212f32d4749;hp=cae6cf92c3bc64f2c61026faf72116961bad0ce1;hpb=d02d92d8402023e96465e7f8edbabd70fe96df06;p=libucw.git diff --git a/lib/sorter/common.h b/lib/sorter/common.h index cae6cf92..ad16382a 100644 --- a/lib/sorter/common.h +++ b/lib/sorter/common.h @@ -124,7 +124,7 @@ struct asort_context { void *buffer; // Auxiliary buffer (required when radix-sorting) uns num_elts; // Number of elements in the array uns elt_size; // Bytes per element - uns hash_bits; // Remaining bits of hash function + uns hash_bits; // Remaining bits of the hash function uns radix_bits; // How many bits to process in a single radix-sort pass void (*quicksort)(void *array_ptr, uns num_elts); void (*quicksplit)(void *array_ptr, uns num_elts, int *leftp, int *rightp);