summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Match.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-29 15:34:32 +0200
committerGabor Greif <ggreif@gmail.com>2017-03-30 12:10:30 +0200
commitff7094e5a80435ff68490c725029e762913a72d3 (patch)
tree234793f40e3f4bec47cfe41868189f2a4ce94ad1 /compiler/deSugar/Match.hs
parent01b062ec3fa138b92124ce7ca4deca0ddcb474ea (diff)
downloadhaskell-ff7094e5a80435ff68490c725029e762913a72d3.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/deSugar/Match.hs')
-rw-r--r--compiler/deSugar/Match.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Match.hs b/compiler/deSugar/Match.hs
index 692db8b036..33dd7990c7 100644
--- a/compiler/deSugar/Match.hs
+++ b/compiler/deSugar/Match.hs
@@ -662,7 +662,7 @@ is collected here, in @matchWrapper@. This function takes as
arguments:
\begin{itemize}
\item
-Typchecked @Matches@ (of a function definition, or a case or lambda
+Typechecked @Matches@ (of a function definition, or a case or lambda
expression)---the main input;
\item
An error message to be inserted into any (runtime) pattern-matching