diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-26 17:13:17 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-26 17:13:17 +0300 |
commit | 5865e9a75c26a887838a1e858bed3e894a1a8eea (patch) | |
tree | 6bc1705aee8ec86ed98ed74210a9973523aa9866 /rts/sm/Storage.c | |
parent | 629d01a436d8041d44ed2826eb3f75e3f2d9ab47 (diff) | |
download | haskell-5865e9a75c26a887838a1e858bed3e894a1a8eea.tar.gz |
Typo fix in rts [skip ci]
Diffstat (limited to 'rts/sm/Storage.c')
-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 52dab73709..cea7635522 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -1264,7 +1264,7 @@ W_ gcThreadLiveBlocks (uint32_t i, uint32_t g) * to store bitmaps and the mark stack. Note: blocks_needed does not * include the blocks in the nursery. * - * Assume: all data currently live will remain live. Generationss + * Assume: all data currently live will remain live. Generations * that will be collected next time will therefore need twice as many * blocks since all the data will be copied. */ |