summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-06-19 23:19:54 +0200
committerGabor Greif <ggreif@gmail.com>2014-06-19 23:19:54 +0200
commitb1888aae3a506bbf7eb13dffac14c34093161a3f (patch)
tree62d5a8ed608ab85009fe44388a36b7f1c6dbfc7e /libraries/template-haskell
parenta52bf967bbdc5698bb1e4014de2cee9dee494f50 (diff)
downloadhaskell-b1888aae3a506bbf7eb13dffac14c34093161a3f.tar.gz
Typos in comments
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/Language/Haskell/TH/Syntax.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
index 589c66a530..3172cbbced 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
@@ -369,7 +369,7 @@ location = Q qLocation
-- a single 'Q' computation, but not about the order in which splices are run.
--
-- Note: for various murky reasons, stdout and stderr handles are not
--- necesarily flushed when the compiler finishes running, so you should
+-- necessarily flushed when the compiler finishes running, so you should
-- flush them yourself.
runIO :: IO a -> Q a
runIO m = Q (qRunIO m)