diff options
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 35ce8a5cfa1..98fa4be6953 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1685,7 +1685,7 @@ static int total_string_size; | |||
| 1685 | 1685 | ||
| 1686 | /* We check for overrun in string data blocks by appending a small | 1686 | /* We check for overrun in string data blocks by appending a small |
| 1687 | "cookie" after each allocated string data block, and check for the | 1687 | "cookie" after each allocated string data block, and check for the |
| 1688 | presense of this cookie during GC. */ | 1688 | presence of this cookie during GC. */ |
| 1689 | 1689 | ||
| 1690 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 | 1690 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 |
| 1691 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = | 1691 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = |