summaryrefslogtreecommitdiff
path: root/utils/hpc/HpcFlags.hs
diff options
context:
space:
mode:
authorandy@unsafeperformio.com <unknown>2007-10-25 04:54:56 +0000
committerandy@unsafeperformio.com <unknown>2007-10-25 04:54:56 +0000
commit46935808127fe8d7a66bd52f884d2b50d3e33f6d (patch)
tree2f8d2e49e37c823bba523baa952b370f208f6345 /utils/hpc/HpcFlags.hs
parenteb2f62135747109b66e5b09cf11a73deb1c61150 (diff)
downloadhaskell-46935808127fe8d7a66bd52f884d2b50d3e33f6d.tar.gz
Fixing typo in runtime documentation for hpc, push to stable
Diffstat (limited to 'utils/hpc/HpcFlags.hs')
-rw-r--r--utils/hpc/HpcFlags.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcFlags.hs b/utils/hpc/HpcFlags.hs
index 761163f2dc..b445367023 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]
]