aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e413c58def6..c0d053ee331 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4403,8 +4403,8 @@ static int mmap_initialized_p;
4403 4403
4404#define MEM_ALIGN sizeof (double) 4404#define MEM_ALIGN sizeof (double)
4405 4405
4406/* Predicate returning true if part of the address range [START .. 4406/* Predicate returning true if part of the address range [START .. END]
4407 END[ is currently mapped. Used to prevent overwriting an existing 4407 is currently mapped. Used to prevent overwriting an existing
4408 memory mapping. 4408 memory mapping.
4409 4409
4410 Default is to conservativly assume the address range is occupied by 4410 Default is to conservativly assume the address range is occupied by