[commit: ghc] master: Typo in comment (2078909)

git at git.haskell.org git at git.haskell.org
Mon Aug 1 13:25:58 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/207890919e9718da71f0c0cf69fc7ff1b9490b85/ghc

>---------------------------------------------------------------

commit 207890919e9718da71f0c0cf69fc7ff1b9490b85
Author: Gabor Greif <ggreif at gmail.com>
Date:   Mon Aug 1 15:25:10 2016 +0200

    Typo in comment


>---------------------------------------------------------------

207890919e9718da71f0c0cf69fc7ff1b9490b85
 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 8a1cdd0..056ce0d 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



More information about the ghc-commits mailing list