summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Weak.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Weak.hs')
-rw-r--r--libraries/base/GHC/Weak.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Weak.hs b/libraries/base/GHC/Weak.hs
index 9eff415c99..6d3dcb2d7f 100644
--- a/libraries/base/GHC/Weak.hs
+++ b/libraries/base/GHC/Weak.hs
@@ -59,7 +59,7 @@ addition to finalizers.
References from the finalizer to the key are treated in the same way
as references from the value to the key: they do not keep the key
-alive. A finalizer may therefore ressurrect the key, perhaps by
+alive. A finalizer may therefore resurrect the key, perhaps by
storing it in the same data structure.
The finalizer, and the relationship between the key and the value,