From 68530b1cd45629e5a353a37df80195ac54d26ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Wed, 24 Jun 2020 15:55:39 +0200 Subject: Fix duplicated words and typos in comments and user guide --- compiler/GHC/StgToCmm/Expr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/GHC/StgToCmm/Expr.hs') diff --git a/compiler/GHC/StgToCmm/Expr.hs b/compiler/GHC/StgToCmm/Expr.hs index 0ff9db404c..6b4bddca33 100644 --- a/compiler/GHC/StgToCmm/Expr.hs +++ b/compiler/GHC/StgToCmm/Expr.hs @@ -464,7 +464,7 @@ Note [Compiling case expressions]. However, after eliminating the tagToEnum# (#13397) we will have: case (a>b) of ... Rather than make it behave quite differently, I am testing for a -comparison operator here in in the general case as well. +comparison operator here in the general case as well. ToDo: figure out what the Right Rule should be. -- cgit v1.2.1