summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-03-05 21:13:31 +0100
committerGabor Greif <ggreif@gmail.com>2014-03-05 21:13:31 +0100
commit2d828460a6e378f85f16677da0ea5c20c4a88e96 (patch)
tree887902c7632eca9e0651760e056468ebb79031fd /ghc/Main.hs
parentcb8a63cb61af3cbc871b73071c6b894780f04cc5 (diff)
downloadhaskell-2d828460a6e378f85f16677da0ea5c20c4a88e96.tar.gz
Typos in comments
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 481e7dfef5..46b0970de6 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -835,7 +835,7 @@ the GC stats. As a result, this breaks things like `:set +s` in GHCi
(#8754). As a hacky workaround, we instead call 'defaultHooks'
directly to initalize the flags in the RTS.
-A biproduct of this, I believe, is that hooks are likely broken on OS
+A byproduct of this, I believe, is that hooks are likely broken on OS
X when dynamically linking. But this probably doesn't affect most
people since we're linking GHC dynamically, but most things themselves
link statically.