summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/simplCore/CallArity.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/simplCore/CallArity.hs b/compiler/simplCore/CallArity.hs
index 9dcb616397..bead230bcd 100644
--- a/compiler/simplCore/CallArity.hs
+++ b/compiler/simplCore/CallArity.hs
@@ -24,9 +24,9 @@ import Control.Arrow ( first, second )
{-
%************************************************************************
-%* *
+%* *
Call Arity Analyis
-%* *
+%* *
%************************************************************************
Note [Call Arity: The goal]