diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2019-03-18 19:31:19 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-19 23:28:42 -0400 |
commit | 6a47414f0cc6d538fbec7ca537ad36fbcc1a2480 (patch) | |
tree | 3b51c6d6666416c1f0d914bee4438408adac3bfc /compiler/coreSyn | |
parent | 98ff1a5696dd10233229c790eb9642a26e13a9a3 (diff) | |
download | haskell-6a47414f0cc6d538fbec7ca537ad36fbcc1a2480.tar.gz |
Fix typos
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/CoreOpt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreOpt.hs b/compiler/coreSyn/CoreOpt.hs index 0f7f5fbf20..fe9e172f38 100644 --- a/compiler/coreSyn/CoreOpt.hs +++ b/compiler/coreSyn/CoreOpt.hs @@ -710,7 +710,7 @@ A more common case is when f = \x. error ".." -and again its arity increses (#15517) +and again its arity increases (#15517) -} {- ********************************************************************* |