summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-10-30 19:17:50 +0000
committerDave Love <fx@gnu.org>2002-10-30 19:17:50 +0000
commit7273faa10ea8479e33c0da758a9c7f8c68bdab65 (patch)
tree29f71538f2bcd2d3a9fe2f79d7356dfacc858fc8 /src/buffer.c
parentee648c11883d30b5aa07db11e67fcaf6c762b34b (diff)
downloademacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.tar.gz
Comment.
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;
#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