diff options
| author | Juanma Barranquero | 2005-05-24 15:34:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-24 15:34:09 +0000 |
| commit | 8349069cda35c68cc6edbf543173a410517f59a0 (patch) | |
| tree | 01dff544df6e99175967cef3d19393c33df0d28d /src/alloc.c | |
| parent | 3053a64e90a428b719d8314fd99b15a7278d4065 (diff) | |
| download | emacs-8349069cda35c68cc6edbf543173a410517f59a0.tar.gz emacs-8349069cda35c68cc6edbf543173a410517f59a0.zip | |
Fix typo in comment.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 68f271a8c32..a5bc85e48ac 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1684,7 +1684,7 @@ static int total_string_size; | |||
| 1684 | 1684 | ||
| 1685 | /* We check for overrun in string data blocks by appending a small | 1685 | /* We check for overrun in string data blocks by appending a small |
| 1686 | "cookie" after each allocated string data block, and check for the | 1686 | "cookie" after each allocated string data block, and check for the |
| 1687 | presense of this cookie during GC. */ | 1687 | presence of this cookie during GC. */ |
| 1688 | 1688 | ||
| 1689 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 | 1689 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 |
| 1690 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = | 1690 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = |