summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-23 17:01:07 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-23 17:13:54 +0100
commit9a2a2aef1c84292cc51719ee36e12c5723554efe (patch)
treeb70535bb3ff548014e24970d634be03c8769c7f3 /rts/RaiseAsync.c
parent8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff)
downloadhaskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz
Spelling only [ci skip]
Diffstat (limited to 'rts/RaiseAsync.c')
-rw-r--r--rts/RaiseAsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RaiseAsync.c b/rts/RaiseAsync.c
index 256b7c565b..b399d41675 100644
--- a/rts/RaiseAsync.c
+++ b/rts/RaiseAsync.c
@@ -482,7 +482,7 @@ check_target:
#endif
case ThreadMigrating:
- // if is is ThreadMigrating and tso->cap is ours, then it
+ // if it is ThreadMigrating and tso->cap is ours, then it
// *must* be migrating *to* this capability. If it were
// migrating away from the capability, then tso->cap would
// point to the destination.