summaryrefslogtreecommitdiff
path: root/rts/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Threads.h')
-rw-r--r--rts/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Threads.h b/rts/Threads.h
index 600d4eaff0..c0a9f1cf1c 100644
--- a/rts/Threads.h
+++ b/rts/Threads.h
@@ -36,7 +36,7 @@ bool removeThreadFromDeQueue (Capability *cap, StgTSO **head, StgTSO **tail, S
StgBool isThreadBound (StgTSO* tso);
-// Overfow/underflow
+// Overflow/underflow
void threadStackOverflow (Capability *cap, StgTSO *tso);
W_ threadStackUnderflow (Capability *cap, StgTSO *tso);