summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-30 13:52:37 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-30 13:52:37 -0400
commitfb2f7b13b9035cbb3312678b4a8d7d883db64b9b (patch)
tree160fec00a3da032277683541fac2746365677a8c /Types
parent006bf20fa523878dd787f93a02326508b1ad240f (diff)
downloadkeysafe-fb2f7b13b9035cbb3312678b4a8d7d883db64b9b.tar.gz
clarify
Diffstat (limited to 'Types')
-rw-r--r--Types/Cost.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Cost.hs b/Types/Cost.hs
index e2a037d..0e017bb 100644
--- a/Types/Cost.hs
+++ b/Types/Cost.hs
@@ -9,7 +9,7 @@ module Types.Cost where
-- | An estimated cost to perform an operation.
data Cost op
- = CPUCost Seconds -- ^ using 1 CPU core
+ = CPUCost Seconds -- ^ using 1 physical CPU core
deriving (Show, Eq, Ord)
unknownCost :: Cost op