summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Forkmann <steffen.forkmann@msu-solutions.de>2017-01-07 10:39:09 +0100
committerBen Gamari <ben@smart-cactus.org>2017-01-10 14:05:50 -0500
commitb1923ed55d64876d94206d40403ed833abb5533c (patch)
treed7dd0b21473d42f37152d7e468c46c58b8ddf860
parent5857dfb8873eac6e682802524e2c2d9b96bb42f4 (diff)
downloadhaskell-b1923ed55d64876d94206d40403ed833abb5533c.tar.gz
Fix typo in comment
-rw-r--r--compiler/utils/Util.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Util.hs b/compiler/utils/Util.hs
index 88b5090f0a..d5c6e2a3c2 100644
--- a/compiler/utils/Util.hs
+++ b/compiler/utils/Util.hs
@@ -905,7 +905,7 @@ fuzzyLookup user_entered possibilites
where
-- Work out an approriate match threshold:
-- We report a candidate if its edit distance is <= the threshold,
- -- The threshhold is set to about a quarter of the # of characters the user entered
+ -- The threshold is set to about a quarter of the # of characters the user entered
-- Length Threshold
-- 1 0 -- Don't suggest *any* candidates
-- 2 1 -- for single-char identifiers