summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-06-26 15:29:14 +0200
committerGabor Greif <ggreif@gmail.com>2018-06-26 15:29:14 +0200
commit629d01a436d8041d44ed2826eb3f75e3f2d9ab47 (patch)
treeaf3f94eece0c57728aa9c50100df8b5e746d6998 /libraries/template-haskell
parentbb50ecaf2930455a6ecb7268f9c0f2ee909f5361 (diff)
downloadhaskell-629d01a436d8041d44ed2826eb3f75e3f2d9ab47.tar.gz
Typofixes in comments and whitespace only [ci skip]
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 b6f7c34673..9665c65cf4 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
@@ -473,7 +473,7 @@ addForeignFile = addForeignSource
-- Note that for non-C languages (for example C++) @extern "C"@ directives
-- must be used to get symbols that we can access from Haskell.
--
--- To get better errors, it is reccomended to use #line pragmas when
+-- To get better errors, it is recommended to use #line pragmas when
-- emitting C files, e.g.
--
-- > {-# LANGUAGE CPP #-}