From 207890919e9718da71f0c0cf69fc7ff1b9490b85 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 1 Aug 2016 15:25:10 +0200 Subject: [PATCH] Typo in comment --- compiler/utils/GraphColor.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/GraphColor.hs b/compiler/utils/GraphColor.hs index 8a1cdd0952..056ce0daa4 100644 --- a/compiler/utils/GraphColor.hs +++ b/compiler/utils/GraphColor.hs @@ -184,7 +184,7 @@ colorScan_spin iterative triv spill graph kksCoalesce -- Coalesce: - -- If we're doing iterative coalescing and no triv nodes are avaliable + -- If we're doing iterative coalescing and no triv nodes are available -- then it's time for a coalescing pass. | iterative = case coalesceGraph False triv graph of -- GitLab