[commit: ghc] master: Typofix. (d5f51d8)
Edward Z. Yang
ezyang at MIT.EDU
Tue Mar 5 00:12:37 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d5f51d88dc78d0f891a33e37d715906adf2b4d0a
>---------------------------------------------------------------
commit d5f51d88dc78d0f891a33e37d715906adf2b4d0a
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Mon Mar 4 15:12:30 2013 -0800
Typofix.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
rts/LdvProfile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c
index f50b70c..d22c0d8 100644
--- a/rts/LdvProfile.c
+++ b/rts/LdvProfile.c
@@ -212,7 +212,7 @@ processChainForDead( bdescr *bd )
* current garbage collection. This function is called from a garbage
* collector right before tidying up, when all dead closures are still
* stored in the heap and easy to identify. Generations 0 through N
- * have just beed garbage collected.
+ * have just been garbage collected.
* ----------------------------------------------------------------------- */
void
LdvCensusForDead( nat N )
More information about the ghc-commits
mailing list