summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-09 10:22:28 +0100
committerGabor Greif <ggreif@gmail.com>2017-03-09 10:39:24 +0100
commit9ff05742de1ec1838c0fd358b194b29c8b3ed10b (patch)
tree42d707f60d94e2f4d05260f9253e1db127d93246 /libraries
parent9e15db49b57df992184d342830ea830aabc626c9 (diff)
downloadhaskell-9ff05742de1ec1838c0fd358b194b29c8b3ed10b.tar.gz
Comments only [ci skip]
Diffstat (limited to 'libraries')
-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 466834a9a4..8be48aa291 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
@@ -784,7 +784,7 @@ package `text` we find
packConstr :: Constr
packConstr = mkConstr textDataType "pack" [] Prefix
-Here `packConstr` isn't a real data constructor, it's an ordiary
+Here `packConstr` isn't a real data constructor, it's an ordinary
function. Two complications
* In such a case, we must take care to build the Name using