diff options
author | Dave Love <fx@gnu.org> | 2002-10-30 19:17:50 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-10-30 19:17:50 +0000 |
commit | 7273faa10ea8479e33c0da758a9c7f8c68bdab65 (patch) | |
tree | 29f71538f2bcd2d3a9fe2f79d7356dfacc858fc8 /src/buffer.c | |
parent | ee648c11883d30b5aa07db11e67fcaf6c762b34b (diff) | |
download | emacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.tar.gz |
Comment.
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 4 |
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; #define MEM_ALIGN sizeof (double) -/* Predicate returning true if part of the address range [START .. - END[ is currently mapped. Used to prevent overwriting an existing +/* Predicate returning true if part of the address range [START .. END] + is currently mapped. Used to prevent overwriting an existing memory mapping. Default is to conservativly assume the address range is occupied by |