diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-06-26 15:29:14 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-06-26 15:29:14 +0200 |
commit | 629d01a436d8041d44ed2826eb3f75e3f2d9ab47 (patch) | |
tree | af3f94eece0c57728aa9c50100df8b5e746d6998 /libraries/template-haskell | |
parent | bb50ecaf2930455a6ecb7268f9c0f2ee909f5361 (diff) | |
download | haskell-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.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 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 #-} |