summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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