[commit: ghc] master: Typo fix in rts [skip ci] (5865e9a)
git at git.haskell.org
git at git.haskell.org
Tue Jun 26 14:13:46 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5865e9a75c26a887838a1e858bed3e894a1a8eea/ghc
>---------------------------------------------------------------
commit 5865e9a75c26a887838a1e858bed3e894a1a8eea
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Tue Jun 26 17:13:17 2018 +0300
Typo fix in rts [skip ci]
>---------------------------------------------------------------
5865e9a75c26a887838a1e858bed3e894a1a8eea
rts/sm/Storage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c
index 52dab73..cea7635 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.
*/
More information about the ghc-commits
mailing list