summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-03-04 15:12:30 -0800
committerEdward Z. Yang <ezyang@mit.edu>2013-03-04 15:12:30 -0800
commitd5f51d88dc78d0f891a33e37d715906adf2b4d0a (patch)
tree39c9e03056b173244e2b89311216141e44f33a6e /rts
parentf46ac1a9bc2597a9cb79bd7948091370a3e21de9 (diff)
downloadhaskell-d5f51d88dc78d0f891a33e37d715906adf2b4d0a.tar.gz
Typofix.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'rts')
-rw-r--r--rts/LdvProfile.c2
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 )