diff options
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 90b43d29fc8..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 | ||
| @@ -4439,7 +4439,7 @@ static int mmap_initialized_p; | |||
| 4439 | #define MMAP_ALLOCATED_P(start, end) 1 | 4439 | #define MMAP_ALLOCATED_P(start, end) 1 |
| 4440 | #endif | 4440 | #endif |
| 4441 | 4441 | ||
| 4442 | /* Perform necessary intializations for the use of mmap. */ | 4442 | /* Perform necessary initializations for the use of mmap. */ |
| 4443 | 4443 | ||
| 4444 | static void | 4444 | static void |
| 4445 | mmap_init (void) | 4445 | mmap_init (void) |