summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/GHC/Builtin/primops.txt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp
index 1e66fd2f2b..23a9b75706 100644
--- a/compiler/GHC/Builtin/primops.txt.pp
+++ b/compiler/GHC/Builtin/primops.txt.pp
@@ -2781,7 +2781,7 @@ section "Synchronized I/O Ports"
------------------------------------------------------------------------
primtype IOPort# s a
- { A shared I/O port is almost the same as a 'MVar#'!).
+ { A shared I/O port is almost the same as an 'MVar#'.
The main difference is that IOPort has no deadlock detection or
deadlock breaking code that forcibly releases the lock. }