aboutsummaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-22 17:38:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-22 17:38:52 -0400
commit213a473d5bdd5cfe698542addd9677a23032adc5 (patch)
tree4856bc260980cc2d294e44403dc44e132852d221 /Build/EvilSplicer.hs
parente48959c77e5d0c86c0b60bd2837cc57940f7635a (diff)
comment typo
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r--Build/EvilSplicer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index cca984389..e917dcc7a 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -572,7 +572,7 @@ mangleCode = flip_colon
- foo = do { let x = foo;
- use foo }
-
- - Fix by converting the "let x" to :x <- return $"
+ - Fix by converting the "let x" to "x <- return $"
-}
let_do = parsecAndReplace $ do
void $ string "= do { let "