From 8349069cda35c68cc6edbf543173a410517f59a0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 24 May 2005 15:34:09 +0000 Subject: [PATCH] Fix typo in comment. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* We check for overrun in string data blocks by appending a small "cookie" after each allocated string data block, and check for the - presense of this cookie during GC. */ + presence of this cookie during GC. */ #define GC_STRING_OVERRUN_COOKIE_SIZE 4 static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = -- 2.11.4.GIT