diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Capability.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rts/Capability.c b/rts/Capability.c index 0baa4ef205..91d4683f73 100644 --- a/rts/Capability.c +++ b/rts/Capability.c @@ -69,10 +69,8 @@ uint32_t numa_map[MAX_NUMA_NODES]; /* Let foreign code get the current Capability -- assuming there is one! * This is useful for unsafe foreign calls because they are called with - * the current Capability held, but they are not passed it. For example, - * see see the integer-gmp package which calls allocate() in its - * stgAllocForGMP() function (which gets called by gmp functions). - * */ + * the current Capability held, but they are not passed it. + */ Capability * rts_unsafeGetMyCapability (void) { #if defined(THREADED_RTS) |