diff options
author | Gabor Greif <ggreif@gmail.com> | 2019-12-09 12:05:15 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-12-09 12:05:15 -0500 |
commit | d46a72e19e1b508358827e7270139f3273915697 (patch) | |
tree | 6eb25ced737bf3f88591c880669d94f5b172560f /rts | |
parent | 0a4ca9eb152c6bfbc3aad71c180a38bbfeca5bfb (diff) | |
download | haskell-d46a72e19e1b508358827e7270139f3273915697.tar.gz |
Fix comment typos
The below is only necessary to fix the CI perf fluke that
happened in 9897e8c8ef0b19a9571ef97a1d9bb050c1ee9121:
-------------------------
Metric Decrease:
T5837
T6048
T9020
T12425
T12234
T13035
T12150
Naperian
-------------------------
Diffstat (limited to 'rts')
-rw-r--r-- | rts/sm/Storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index cdae368150..9609ba8aec 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -477,7 +477,7 @@ lockCAF (StgRegTable *reg, StgIndStatic *caf) // Secondly I think static thunks can't have payload: anything that they // reference should be in SRTs ASSERT(orig_info_tbl->layout.payload.ptrs == 0); - // Becuase the payload is empty we just push the SRT + // Because the payload is empty we just push the SRT IF_NONMOVING_WRITE_BARRIER_ENABLED { StgThunkInfoTable *thunk_info = itbl_to_thunk_itbl(orig_info_tbl); if (thunk_info->i.srt) { |