summaryrefslogtreecommitdiff
path: root/includes/rts/BlockSignals.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/BlockSignals.h')
-rw-r--r--includes/rts/BlockSignals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/BlockSignals.h b/includes/rts/BlockSignals.h
index 7d0af0aa94..46b0b0f562 100644
--- a/includes/rts/BlockSignals.h
+++ b/includes/rts/BlockSignals.h
@@ -2,7 +2,7 @@
*
* (c) The GHC Team, 1998-2009
*
- * RTS signal handling
+ * RTS signal handling
*
* Do not #include this file directly: #include "Rts.h" instead.
*
@@ -22,7 +22,7 @@
* Temporarily block the delivery of further console events. Needed to
* avoid race conditions when GCing the queue of outstanding handlers or
* when emptying the queue by running the handlers.
- *
+ *
*/
void blockUserSignals(void);