[commit: ghc] master: Typo fix in scavenge_one comment [skip ci] (bfc1fc2)
git at git.haskell.org
git at git.haskell.org
Sun Apr 22 07:28:05 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bfc1fc2566944a455572303cbb2cbbf0c539c871/ghc
>---------------------------------------------------------------
commit bfc1fc2566944a455572303cbb2cbbf0c539c871
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Sun Apr 22 10:27:17 2018 +0300
Typo fix in scavenge_one comment [skip ci]
>---------------------------------------------------------------
bfc1fc2566944a455572303cbb2cbbf0c539c871
rts/sm/Scav.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c
index 1ae8a4c..8b4c80e 100644
--- a/rts/sm/Scav.c
+++ b/rts/sm/Scav.c
@@ -1365,7 +1365,7 @@ scavenge_one(StgPtr p)
case WEAK:
// This WEAK object will not be considered by tidyWeakList during this
- // collection because it is in a generation >= N, but it is on the
+ // collection because it is in a generation > N, but it is on the
// mutable list so we must evacuate all of its pointers because some
// of them may point into a younger generation.
scavengeLiveWeak((StgWeak *)p);
More information about the ghc-commits
mailing list