summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-07-26 15:13:04 +0200
committerGabor Greif <ggreif@gmail.com>2017-07-26 15:55:22 +0200
commit362339dd4cfd652b63c7cd1b7ea5a7486bb40944 (patch)
tree0f3ec7abbd3166e58feddadde9d6fd52a5ec3022 /rts/RaiseAsync.c
parentd31181b90cff7c791465687377cd2093627df429 (diff)
downloadhaskell-362339dd4cfd652b63c7cd1b7ea5a7486bb40944.tar.gz
Fix note references and some typos
Diffstat (limited to 'rts/RaiseAsync.c')
-rw-r--r--rts/RaiseAsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RaiseAsync.c b/rts/RaiseAsync.c
index 6f1ab79691..f5e96a2c43 100644
--- a/rts/RaiseAsync.c
+++ b/rts/RaiseAsync.c
@@ -108,7 +108,7 @@ suspendComputation (Capability *cap, StgTSO *tso, StgUpdateFrame *stop_here)
yourself using throwTo, the exception would actually immediately
be delivered. This is because throwTo itself is considered an
interruptible point, so the exception is always deliverable. Thus,
- ordinarily, we never end up with a message to onesself in the
+ ordinarily, we never end up with a message to oneself in the
blocked_exceptions queue.
- In the case of a StackOverflow, we don't actually care about the