summaryrefslogtreecommitdiff
path: root/libraries/ghc-compact/GHC/Compact.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-compact/GHC/Compact.hs')
-rw-r--r--libraries/ghc-compact/GHC/Compact.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-compact/GHC/Compact.hs b/libraries/ghc-compact/GHC/Compact.hs
index d9581a521e..0464bc61f9 100644
--- a/libraries/ghc-compact/GHC/Compact.hs
+++ b/libraries/ghc-compact/GHC/Compact.hs
@@ -103,7 +103,7 @@ import GHC.Types
-- separate copy of the data.
--
-- The cost of compaction is similar to the cost of GC for the same
--- data, but it is perfomed only once. However, because
+-- data, but it is performed only once. However, because
-- "Data.Compact.compact" does not stop-the-world, retaining internal
-- sharing during the compaction process is very costly. The user
-- can choose whether to 'compact' or 'compactWithSharing'.