diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-10-01 11:25:11 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2014-12-15 22:40:04 +0000 |
commit | feab4e274e699beaa61a4de2a7118b1e02ffb2e2 (patch) | |
tree | 810acb39712d63cff77ee149492e0aeae7b0f99d /includes | |
parent | 2a180195f588458a77dcac859b7c793119a57784 (diff) | |
download | haskell-feab4e274e699beaa61a4de2a7118b1e02ffb2e2.tar.gz |
Fix comments (#8254)
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/storage/GC.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index db71e951ea..444ef8871b 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -151,9 +151,7 @@ extern generation * oldest_gen; StgPtr allocate(Capability *cap, W_ n) Allocates memory from the nursery in - the current Capability. This can be - done without taking a global lock, - unlike allocate(). + the current Capability. StgPtr allocatePinned(Capability *cap, W_ n) Allocates a chunk of contiguous store |