summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-01 11:29:47 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-02 10:06:39 +0100
commit8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch)
tree22887ccbb12f2801b467ea0e05261ff6c036b9e9 /testsuite/tests/concurrent
parenteedb3df0c1c28a7abc43705d614239c1c6199a1f (diff)
downloadhaskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz
Spelling fixes
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/prog003/Main.lhs2
-rw-r--r--testsuite/tests/concurrent/prog003/MainMVarList.lhs2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/prog003/Main.lhs b/testsuite/tests/concurrent/prog003/Main.lhs
index e4e8ad790e..8062795bd2 100644
--- a/testsuite/tests/concurrent/prog003/Main.lhs
+++ b/testsuite/tests/concurrent/prog003/Main.lhs
@@ -209,7 +209,7 @@ just testing
> {-
> putStrLn "Start"
> executeTasks nl $ createTasks [1..len]
-> find nl (len+1) -- we try to find a non-existant element
+> find nl (len+1) -- we try to find a non-existent element
> -- this way, in the LazyList case, we will physically delete all (logically deleted) elements
> -}
> putStrLn "End"
diff --git a/testsuite/tests/concurrent/prog003/MainMVarList.lhs b/testsuite/tests/concurrent/prog003/MainMVarList.lhs
index 9bcf9b1240..3ec54cb75d 100644
--- a/testsuite/tests/concurrent/prog003/MainMVarList.lhs
+++ b/testsuite/tests/concurrent/prog003/MainMVarList.lhs
@@ -230,7 +230,7 @@ just testing
> {-
> putStrLn "Start"
> executeTasks nl $ createTasks [1..len]
-> find nl (len+1) -- we try to find a non-existant element
+> find nl (len+1) -- we try to find a non-existent element
> -- this way, in the LazyList case, we will physically delete all (logically deleted) elements
> -}
> putStrLn "End"