summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit5865e9a75c26a887838a1e858bed3e894a1a8eea (patch)
tree6bc1705aee8ec86ed98ed74210a9973523aa9866
parent629d01a436d8041d44ed2826eb3f75e3f2d9ab47 (diff)
downloadhaskell-5865e9a75c26a887838a1e858bed3e894a1a8eea.tar.gz
Typo fix in rts [skip ci]
-rw-r--r--rts/sm/Storage.c2
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.
*/