summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-18 10:57:46 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-18 10:59:33 +0100
commitd328abc84962dbe16763e6e82418c5bb7a2b8628 (patch)
treef83b41dc59f386871ee307296a7bd41106b208de /rts/Schedule.c
parent94d1221cfb31188990738e7f7cbb3ae0a30c9f98 (diff)
downloadhaskell-d328abc84962dbe16763e6e82418c5bb7a2b8628.tar.gz
Spelling in comment only
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 7d5654fd03..41c68bec43 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -2817,7 +2817,7 @@ raiseExceptionHelper (StgRegTable *reg, StgTSO *tso, StgClosure *exception)
//
// This closure represents the expression 'raise# E' where E
// is the exception raise. It is used to overwrite all the
- // thunks which are currently under evaluataion.
+ // thunks which are currently under evaluation.
//
// OLD COMMENT (we don't have MIN_UPD_SIZE now):