summaryrefslogtreecommitdiff
path: root/testsuite/tests/array/should_run/arr016.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/array/should_run/arr016.hs')
-rw-r--r--testsuite/tests/array/should_run/arr016.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/array/should_run/arr016.hs b/testsuite/tests/array/should_run/arr016.hs
index 792db470b7..72a29c4f09 100644
--- a/testsuite/tests/array/should_run/arr016.hs
+++ b/testsuite/tests/array/should_run/arr016.hs
@@ -122,7 +122,7 @@ rift n xs = comb (drop n xs) (take n xs)
comb [] [] = []
--- suffle makes n random rifts. Typically after
+-- shuffle makes n random rifts. Typically after
-- log n rifts, the list is in a pretty random order.
-- (where n is the number of elements in the list)