diff options
Diffstat (limited to 'rts/posix/OSMem.c')
-rw-r--r-- | rts/posix/OSMem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/OSMem.c b/rts/posix/OSMem.c index fff2f1e590..822546d5d1 100644 --- a/rts/posix/OSMem.c +++ b/rts/posix/OSMem.c @@ -652,7 +652,7 @@ void osCommitMemory(void *at, W_ size) } /* Note [MADV_FREE and MADV_DONTNEED] - * + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * madvise() provides flags with which one can release no longer needed pages * back to the kernel without having to munmap() (which is expensive). * |