diff options
| author | Paul Eggert | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /src/buffer.c | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz emacs-da6062e6ea440f6cd68db251390fcb91450103ba.zip | |
Spelling fixes.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index fdf006a41eb..90b43d29fc8 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4431,7 +4431,7 @@ static int mmap_initialized_p; | |||
| 4431 | is currently mapped. Used to prevent overwriting an existing | 4431 | is currently mapped. Used to prevent overwriting an existing |
| 4432 | memory mapping. | 4432 | memory mapping. |
| 4433 | 4433 | ||
| 4434 | Default is to conservativly assume the address range is occupied by | 4434 | Default is to conservatively assume the address range is occupied by |
| 4435 | something else. This can be overridden by system configuration | 4435 | something else. This can be overridden by system configuration |
| 4436 | files if system-specific means to determine this exists. */ | 4436 | files if system-specific means to determine this exists. */ |
| 4437 | 4437 | ||