diff options
Diffstat (limited to 'rts/ThreadPaused.c')
-rw-r--r-- | rts/ThreadPaused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ThreadPaused.c b/rts/ThreadPaused.c index d01be291d3..7ade0a64c5 100644 --- a/rts/ThreadPaused.c +++ b/rts/ThreadPaused.c @@ -149,7 +149,7 @@ stackSqueeze(Capability *cap, StgTSO *tso, StgPtr bottom) // | ********* | // -| ********* | // - // 'sp' points the the current top-of-stack + // 'sp' points the current top-of-stack // 'gap' points to the stack_gap structure inside the gap // ***** indicates real stack data // ..... indicates gap |