summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphOps.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-14 12:38:50 +0100
committerGabor Greif <ggreif@gmail.com>2017-03-14 12:38:50 +0100
commit50512c6b2bd878f0be5e1c7b85cadf22094aaa5a (patch)
tree42d5a0313cf414f6706ebf699faf601f1c344997 /compiler/utils/GraphOps.hs
parent08e73ccf4c75a7d7a8b8167d2ccf8bc505fe1130 (diff)
downloadhaskell-50512c6b2bd878f0be5e1c7b85cadf22094aaa5a.tar.gz
Typos in manual and comments
Diffstat (limited to 'compiler/utils/GraphOps.hs')
-rw-r--r--compiler/utils/GraphOps.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/GraphOps.hs b/compiler/utils/GraphOps.hs
index 3677e517b5..565134be92 100644
--- a/compiler/utils/GraphOps.hs
+++ b/compiler/utils/GraphOps.hs
@@ -279,7 +279,7 @@ addPreference (u, c) color
-- | Do aggressive coalescing on this graph.
--- returns the new graph and the list of pairs of nodes that got coaleced together.
+-- returns the new graph and the list of pairs of nodes that got coalesced together.
-- for each pair, the resulting node will have the least key and be second in the pair.
--
coalesceGraph