diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /src/buffer.c | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
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 8bc6e37732d..a327a1650f1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4400,7 +4400,7 @@ static int mmap_fd_1; | |||
| 4400 | 4400 | ||
| 4401 | static int mmap_page_size; | 4401 | static int mmap_page_size; |
| 4402 | 4402 | ||
| 4403 | /* 1 means mmap has been intialized. */ | 4403 | /* 1 means mmap has been initialized. */ |
| 4404 | 4404 | ||
| 4405 | static int mmap_initialized_p; | 4405 | static int mmap_initialized_p; |
| 4406 | 4406 | ||