summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFacundo Domínguez <facundo.dominguez@tweag.io>2014-12-22 19:15:36 -0200
committerFacundo Domínguez <facundo.dominguez@tweag.io>2014-12-22 19:16:54 -0200
commitc72f61c6d4dd779d61bd0ebc0b1211a84c5b9038 (patch)
treecab68e458106294731ccd5d3f2ad1f328000204a /includes
parent22bb78bb02718e162130690dfb9a11d7b719cea1 (diff)
downloadhaskell-c72f61c6d4dd779d61bd0ebc0b1211a84c5b9038.tar.gz
Groom comments related to StaticPointers.
Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D575
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/StaticPtrTable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/rts/StaticPtrTable.h b/includes/rts/StaticPtrTable.h
index 8b56510223..87a905c073 100644
--- a/includes/rts/StaticPtrTable.h
+++ b/includes/rts/StaticPtrTable.h
@@ -17,8 +17,7 @@
/** Inserts an entry in the Static Pointer Table.
*
* The key is a fingerprint computed from the StaticName of a static pointer
- * and the spe_closure is a pointer to the closure defining the table entry
- * (GHC.SptEntry).
+ * and the spe_closure is a pointer to the closure defining the table entry.
*
* A stable pointer to the closure is made to prevent it from being garbage
* collected while the entry exists on the table.