aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/rsort/rsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/rsort/rsort.c b/benchmarks/rsort/rsort.c
index 7ffc12a..c2788ca 100644
--- a/benchmarks/rsort/rsort.c
+++ b/benchmarks/rsort/rsort.c
@@ -1,10 +1,10 @@
// See LICENSE for license details.
//**************************************************************************
-// Quicksort benchmark
+// Radix Sort benchmark
//--------------------------------------------------------------------------
//
-// This benchmark uses quicksort to sort an array of integers. The
+// This benchmark uses radix sort to sort an array of integers. The
// implementation is largely adapted from Numerical Recipes for C. The
// input data (and reference data) should be generated using the
// qsort_gendata.pl perl script and dumped to a file named