summaryrefslogtreecommitdiff
path: root/includes/rts/StaticPtrTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/StaticPtrTable.h')
-rw-r--r--includes/rts/StaticPtrTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/StaticPtrTable.h b/includes/rts/StaticPtrTable.h
index d863160342..9c03d05ed3 100644
--- a/includes/rts/StaticPtrTable.h
+++ b/includes/rts/StaticPtrTable.h
@@ -16,8 +16,8 @@
/** 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.
+ * The key is a fingerprint computed from the static pointer 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.