diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-06-19 23:19:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-06-19 23:19:54 +0200 |
commit | b1888aae3a506bbf7eb13dffac14c34093161a3f (patch) | |
tree | 62d5a8ed608ab85009fe44388a36b7f1c6dbfc7e /libraries/template-haskell | |
parent | a52bf967bbdc5698bb1e4014de2cee9dee494f50 (diff) | |
download | haskell-b1888aae3a506bbf7eb13dffac14c34093161a3f.tar.gz |
Typos in comments
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r-- | libraries/template-haskell/Language/Haskell/TH/Syntax.hs | 2 |
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) |