diff options
Diffstat (limited to 'rts/Schedule.c')
-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. -------------------------------------------------------------------------- */ |