]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/debug/radix-tune-bits.sh
Merge branch 'dev-xml'
[libucw.git] / ucw / sorter / debug / radix-tune-bits.sh
index dbaa49c1a887d75240051287774be02002bf5ff4..53cf6f069105ebe18e1a7bc625547afe5640b5bb 100644 (file)
@@ -1,13 +1,13 @@
 #!/bin/bash
-# An utility for tuning the Sherlock's radix sorter
+# An utility for tuning the LibUCW radix sorter
 # (c) 2007 Martin Mares <mj@ucw.cz>
 set -e
 UCW_PROGNAME="$0"
 . lib/libucw.sh
 
-# Path to Sherlock build directory
+# Path to LibUCW build directory
 [ -n "$BUILD" ] || BUILD=..
-[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to Sherlock build directory"
+[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to LibUCW build directory"
 
 # Find out sort buffer size
 parse-config 'Sorter{##SortBuffer}'