summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-13 15:32:49 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-15 09:39:02 +0100
commite28fbbb7c3d5904a88b4743d0d10f212d61d8293 (patch)
tree9b3c164a321cdf3124fdd1eb562bdfd7eb77cd19 /rts/RetainerProfile.c
parent93e65c8ab7b468d69bf24d9dc2f197d24e5166f4 (diff)
downloadhaskell-e28fbbb7c3d5904a88b4743d0d10f212d61d8293.tar.gz
Typos [ci skip]
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r--rts/RetainerProfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index 3cbb8acc8c..901293761a 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -1837,7 +1837,7 @@ computeRetainerSet( void )
* and reset their rs fields to NULL, which is accomplished by
* invoking maybeInitRetainerSet(). This function must be called
* before zeroing all objects reachable from scavenged_static_objects
- * in the case of major gabage collections. See GarbageCollect() in
+ * in the case of major garbage collections. See GarbageCollect() in
* GC.c.
* Note:
* The mut_once_list of the oldest generation must also be traversed?