diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-08-03 13:38:48 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-08-03 16:21:05 +0200 |
commit | 7ec6ffc4e8ccf5c24149d9ab34c3619516dc3081 (patch) | |
tree | c0be6db8439304b015ccba88f5d81899d2cd2343 /libraries/template-haskell/Language/Haskell/TH | |
parent | d9d2102ea7f6da1bc3a69fa469b89ea843cb8b02 (diff) | |
download | haskell-7ec6ffc4e8ccf5c24149d9ab34c3619516dc3081.tar.gz |
Typos in comments [skip ci]
Diffstat (limited to 'libraries/template-haskell/Language/Haskell/TH')
-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 e21bb1c6b3..04a15ac6c6 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs @@ -1229,7 +1229,7 @@ data Lit = CharL Char -- We could add Int, Float, Double etc, as we do in HsLit, -- but that could complicate the - -- suppposedly-simple TH.Syntax literal type + -- supposedly-simple TH.Syntax literal type -- | Pattern in Haskell given in @{}@ data Pat |