diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RetainerProfile.c | 2 | ||||
-rw-r--r-- | rts/ghc.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c index f3e8c72eb8..78daa892ad 100644 --- a/rts/RetainerProfile.c +++ b/rts/RetainerProfile.c @@ -2199,7 +2199,7 @@ checkHeapSanityForRetainerProfiling( void ) /* After all live objects have been scavenged, the garbage collector may create some objects in - scheduleFinalizers(). These objects are created throught + scheduleFinalizers(). These objects are created through allocate(), so the small object pool or the large object pool of the g0s0 may not be empty. */ diff --git a/rts/ghc.mk b/rts/ghc.mk index 7ba4320f90..787f67a12d 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -422,7 +422,7 @@ rts/RetainerSet_CC_OPTS += -Wno-format # On Windows: rts/win32/ConsoleHandler_CC_OPTS += -w rts/win32/ThrIOManager_CC_OPTS += -w -# The above warning supression flags are a temporary kludge. +# The above warning suppression flags are a temporary kludge. # While working on this module you are encouraged to remove it and fix # any warnings in the module. See # http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions#Warnings |