From 5865e9a75c26a887838a1e858bed3e894a1a8eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Tue, 26 Jun 2018 17:13:17 +0300 Subject: Typo fix in rts [skip ci] --- rts/sm/Storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/sm/Storage.c') 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. */ -- cgit v1.2.1