diff options
| author | Dave Love | 2002-10-30 19:17:50 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-30 19:17:50 +0000 |
| commit | 7273faa10ea8479e33c0da758a9c7f8c68bdab65 (patch) | |
| tree | 29f71538f2bcd2d3a9fe2f79d7356dfacc858fc8 /src/buffer.c | |
| parent | ee648c11883d30b5aa07db11e67fcaf6c762b34b (diff) | |
| download | emacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.tar.gz emacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.zip | |
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; | |||
| 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 |