summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog003/MainMVarList.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/concurrent/prog003/MainMVarList.lhs')
-rw-r--r--testsuite/tests/concurrent/prog003/MainMVarList.lhs2
1 files changed, 1 insertions, 1 deletions
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"