Fixing typo in runtime documentation for hpc, push to stable
authorandy@unsafeperformio.com <unknown>
Thu, 25 Oct 2007 04:54:56 +0000 (04:54 +0000)
committerandy@unsafeperformio.com <unknown>
Thu, 25 Oct 2007 04:54:56 +0000 (04:54 +0000)
utils/hpc/HpcCombine.hs
utils/hpc/HpcFlags.hs

index f64dd67..b44b79d 100644 (file)
@@ -57,7 +57,7 @@ map_options
        . unionModuleOpt 
 
 map_plugin = Plugin { name = "map"
-                      , usage = "[OPTION] .. <TIX_FILE> [<TIX_FILE> [<TIX_FILE> ..]]" 
+                      , usage = "[OPTION] .. <TIX_FILE> "
                       , options = map_options 
                       , summary = "Map a function over a single .tix file"
                       , implementation = map_main
index 761163f..b445367 100644 (file)
@@ -217,7 +217,7 @@ thePostFun INV  n = 0
 thePostFun ZERO x = 0
 
 postFuns = [ (show pos,pos) 
-            | pos <- [INV .. ZERO]
+            | pos <- [ID .. ZERO]
           ]