diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-09 13:49:00 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-10 10:01:46 +0200 |
commit | 22a03e7288129a165dc2cb866041185a06adb0e9 (patch) | |
tree | f7c06e4716c8c0df2c800582368a2195fa8e8c7f /rts | |
parent | 8e72a2eee29543f8a663256f6b8cf4422692cb3a (diff) | |
download | haskell-22a03e7288129a165dc2cb866041185a06adb0e9.tar.gz |
Typos [ci skip]
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Schedule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c index 0a1d761b6a..f82d924183 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -2835,7 +2835,7 @@ deleteThread_(Capability *cap, StgTSO *tso) /* ----------------------------------------------------------------------------- raiseExceptionHelper - This function is called by the raise# primitve, just so that we can + This function is called by the raise# primitive, just so that we can move some of the tricky bits of raising an exception from C-- into C. Who knows, it might be a useful re-useable thing here too. -------------------------------------------------------------------------- */ |