diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2013-03-04 15:12:30 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-03-04 15:12:30 -0800 |
commit | d5f51d88dc78d0f891a33e37d715906adf2b4d0a (patch) | |
tree | 39c9e03056b173244e2b89311216141e44f33a6e /rts/LdvProfile.c | |
parent | f46ac1a9bc2597a9cb79bd7948091370a3e21de9 (diff) | |
download | haskell-d5f51d88dc78d0f891a33e37d715906adf2b4d0a.tar.gz |
Typofix.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index f50b70cdda..d22c0d8f20 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 ) |