From 46935808127fe8d7a66bd52f884d2b50d3e33f6d Mon Sep 17 00:00:00 2001 From: "andy@unsafeperformio.com" Date: Thu, 25 Oct 2007 04:54:56 +0000 Subject: [PATCH] Fixing typo in runtime documentation for hpc, push to stable --- utils/hpc/HpcCombine.hs | 2 +- utils/hpc/HpcFlags.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/hpc/HpcCombine.hs b/utils/hpc/HpcCombine.hs index f64dd67..b44b79d 100644 --- a/utils/hpc/HpcCombine.hs +++ b/utils/hpc/HpcCombine.hs @@ -57,7 +57,7 @@ map_options . unionModuleOpt map_plugin = Plugin { name = "map" - , usage = "[OPTION] .. [ [ ..]]" + , usage = "[OPTION] .. " , options = map_options , summary = "Map a function over a single .tix file" , implementation = map_main diff --git a/utils/hpc/HpcFlags.hs b/utils/hpc/HpcFlags.hs index 761163f..b445367 100644 --- a/utils/hpc/HpcFlags.hs +++ b/utils/hpc/HpcFlags.hs @@ -217,7 +217,7 @@ thePostFun INV n = 0 thePostFun ZERO x = 0 postFuns = [ (show pos,pos) - | pos <- [INV .. ZERO] + | pos <- [ID .. ZERO] ] -- 1.7.10.4