diff options
Diffstat (limited to 'includes/rts/storage')
-rw-r--r-- | includes/rts/storage/MBlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/storage/MBlock.h b/includes/rts/storage/MBlock.h index 7a5eb22cc9..1b02b3cc65 100644 --- a/includes/rts/storage/MBlock.h +++ b/includes/rts/storage/MBlock.h @@ -5,7 +5,7 @@ * MegaBlock Allocator interface. * * See wiki commentary at - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced * * ---------------------------------------------------------------------------*/ @@ -36,7 +36,7 @@ extern SpinLock gc_alloc_block_sync; It needs to be FAST. See wiki commentary at - http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced + http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced Implementation of HEAP_ALLOCED ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |