[commit: ghc] ghc-7.10: Fix `heapSizeSuggesionAuto` typo (#9934) (224a48e)
git at git.haskell.org
git at git.haskell.org
Fri Jan 9 14:19:55 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/224a48ebc1e4f6fb373884a6ae1de81b11a3f383/ghc
>---------------------------------------------------------------
commit 224a48ebc1e4f6fb373884a6ae1de81b11a3f383
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 29 09:14:05 2014 +0100
Fix `heapSizeSuggesionAuto` typo (#9934)
This was introduced in 1617a10a (re #5364)
(cherry picked from commit 40561cd235f07d41904d2604ff7f0c942af4d35e)
>---------------------------------------------------------------
224a48ebc1e4f6fb373884a6ae1de81b11a3f383
libraries/base/GHC/RTS/Flags.hsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/RTS/Flags.hsc b/libraries/base/GHC/RTS/Flags.hsc
index ff1bf69..16764e5 100644
--- a/libraries/base/GHC/RTS/Flags.hsc
+++ b/libraries/base/GHC/RTS/Flags.hsc
@@ -86,7 +86,7 @@ data GCFlags = GCFlags
, minAllocAreaSize :: Nat
, minOldGenSize :: Nat
, heapSizeSuggestion :: Nat
- , heapSizeSuggesionAuto :: Bool
+ , heapSizeSuggestionAuto :: Bool
, oldGenFactor :: Double
, pcFreeHeap :: Double
, generations :: Nat
More information about the ghc-commits
mailing list