summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/andy_cherry/GenUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/andy_cherry/GenUtils.hs')
-rw-r--r--testsuite/tests/programs/andy_cherry/GenUtils.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/programs/andy_cherry/GenUtils.hs b/testsuite/tests/programs/andy_cherry/GenUtils.hs
index 8ff67576b5..2a0a9606fc 100644
--- a/testsuite/tests/programs/andy_cherry/GenUtils.hs
+++ b/testsuite/tests/programs/andy_cherry/GenUtils.hs
@@ -189,8 +189,8 @@ mapAccumL f s (b:bs) = (c:cs,s'')
--- Now some utilties involving arrays.
--- Here is a version of @elem@ that uses partual application
+-- Now some utilities involving arrays.
+-- Here is a version of @elem@ that uses partial application
-- to optimise lookup.
arrElem :: (Ix a) => [a] -> a -> Bool