summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-01-18 08:35:08 -0500
committerMatthew Pickering <matthewtpickering@gmail.com>2019-01-18 08:35:08 -0500
commitb14f54041eacf8c0f85e756148042d2dca8333f9 (patch)
treefd4739f32b04fe54b69c91b54dfa15ece6bb6a3d
parent8c3133a6e513c6f311df489deb3ae89938b27b08 (diff)
downloadhaskell-wip/ds-expr-typo.tar.gz
Fix typo in DsExprwip/ds-expr-typo
-rw-r--r--compiler/deSugar/DsExpr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsExpr.hs b/compiler/deSugar/DsExpr.hs
index 7306352674..d9af622b65 100644
--- a/compiler/deSugar/DsExpr.hs
+++ b/compiler/deSugar/DsExpr.hs
@@ -3,7 +3,7 @@
(c) The GRASP/AQUA Project, Glasgow University, 1992-1998
-Desugaring exporessions.
+Desugaring expressions.
-}
{-# LANGUAGE CPP, MultiWayIf #-}