From df723689c415573fa6c7d83663758154fa7dc46f Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 4 Jan 2017 18:37:23 +0100 Subject: Typofixes in manual and comments [ci skip] --- compiler/nativeGen/RegAlloc/Liveness.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/nativeGen') diff --git a/compiler/nativeGen/RegAlloc/Liveness.hs b/compiler/nativeGen/RegAlloc/Liveness.hs index a904202ba7..4b00ed6cd6 100644 --- a/compiler/nativeGen/RegAlloc/Liveness.hs +++ b/compiler/nativeGen/RegAlloc/Liveness.hs @@ -801,7 +801,7 @@ computeLiveness -> [SCC (LiveBasicBlock instr)] -> ([SCC (LiveBasicBlock instr)], -- instructions annotated with list of registers -- which are "dead after this instruction". - BlockMap RegSet) -- blocks annontated with set of live registers + BlockMap RegSet) -- blocks annotated with set of live registers -- on entry to the block. computeLiveness platform sccs -- cgit v1.2.1