diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2013-10-03 15:04:54 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-10-03 15:04:54 -0700 |
commit | 4f85aab0efe19d4531b116305b97585bc6a217d5 (patch) | |
tree | c24495b9ef83a2614e743ed60f64b3a6f3e00787 /rts | |
parent | 0c7d2d7507b9e4dca24c159c0bfcce9de7b233c4 (diff) | |
download | haskell-4f85aab0efe19d4531b116305b97585bc6a217d5.tar.gz |
s/Heep/Heap/
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
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 7c4e67d9d4..3bf9957cfa 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -1082,7 +1082,7 @@ schedulePostRunThread (Capability *cap, StgTSO *t) } /* ----------------------------------------------------------------------------- - * Handle a thread that returned to the scheduler with ThreadHeepOverflow + * Handle a thread that returned to the scheduler with ThreadHeapOverflow * -------------------------------------------------------------------------- */ static rtsBool |