[commit: ghc] master: HsExpr: Fix typo (1561525)

git at git.haskell.org git at git.haskell.org
Tue Aug 29 23:11:08 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/156152548fb7a05317a7b97c45dd0437b57a26b3/ghc

>---------------------------------------------------------------

commit 156152548fb7a05317a7b97c45dd0437b57a26b3
Author: James Michael DuPont <jamesmikedupont+build at gmail.com>
Date:   Tue Aug 29 07:00:29 2017 -0400

    HsExpr: Fix typo


>---------------------------------------------------------------

156152548fb7a05317a7b97c45dd0437b57a26b3
 compiler/hsSyn/HsExpr.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/hsSyn/HsExpr.hs b/compiler/hsSyn/HsExpr.hs
index aaebce5..03df7cc 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.
 
 



More information about the ghc-commits mailing list