summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Michael DuPont <jamesmikedupont+build@gmail.com>2017-08-29 07:00:29 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-29 19:10:30 -0400
commit156152548fb7a05317a7b97c45dd0437b57a26b3 (patch)
tree8da0dbe34b5b602595633b4f5db965893ba43af2
parentf17f1063a29452843195c59e6cca2191b9d46c7f (diff)
downloadhaskell-156152548fb7a05317a7b97c45dd0437b57a26b3.tar.gz
HsExpr: Fix typo
-rw-r--r--compiler/hsSyn/HsExpr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsExpr.hs b/compiler/hsSyn/HsExpr.hs
index aaebce5587..03df7ccade 100644
--- a/compiler/hsSyn/HsExpr.hs
+++ b/compiler/hsSyn/HsExpr.hs
@@ -741,7 +741,7 @@ HsPar (and ParPat in patterns, HsParTy in types) is used as follows
https://phabricator.haskell.org/rGHC499e43824bda967546ebf95ee33ec1f84a114a7c
* ParPat and HsParTy are pretty printed as '( .. )' regardless of whether or
- not they are strictly necssary. This should be addressed when #13238 is
+ not they are strictly necessary. This should be addressed when #13238 is
completed, to be treated the same as HsPar.