summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-06-02 11:02:13 +0200
committerGabor Greif <ggreif@gmail.com>2017-06-02 11:07:10 +0200
commit750a25f47b626e6495cc6f951eca071429744767 (patch)
tree458e3698921ee1acdde30b16ed621080d34e8884 /testsuite/tests/programs
parentd39a3409acd3c40fb018ec1c114f15d3ecef6ef9 (diff)
downloadhaskell-750a25f47b626e6495cc6f951eca071429744767.tar.gz
A few typos [ci skip]
Diffstat (limited to 'testsuite/tests/programs')
-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