summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-06-23 16:35:20 +0200
committerGabor Greif <ggreif@gmail.com>2015-07-06 15:35:26 +0200
commita07898e47709d643ffba1bffd83411fc3146ed27 (patch)
tree96be84b01e6b6f9e69ca21f8af16aa8333b85b3a /compiler/hsSyn
parent2765fcf6b8846be42d014ef4e29ad6c3aa87b79d (diff)
downloadhaskell-a07898e47709d643ffba1bffd83411fc3146ed27.tar.gz
Spelling in comments
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r--compiler/hsSyn/HsPat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsPat.hs b/compiler/hsSyn/HsPat.hs
index c146133ad3..09f669ca90 100644
--- a/compiler/hsSyn/HsPat.hs
+++ b/compiler/hsSyn/HsPat.hs
@@ -137,7 +137,7 @@ data Pat id
| ConPatOut {
pat_con :: Located ConLike,
- pat_arg_tys :: [Type], -- The univeral arg types, 1-1 with the universal
+ pat_arg_tys :: [Type], -- The universal arg types, 1-1 with the universal
-- tyvars of the constructor/pattern synonym
-- Use (conLikeResTy pat_con pat_arg_tys) to get
-- the type of the pattern