diff src/alloc.c @ 62681:d140f1408030

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 24 May 2005 15:34:09 +0000
parents 401714f3f9de
children a8fa7c632ee4 63b7247f4be6 5b029ff3b08d
line wrap: on
line diff
--- a/src/alloc.c	Tue May 24 15:30:58 2005 +0000
+++ b/src/alloc.c	Tue May 24 15:34:09 2005 +0000
@@ -1684,7 +1684,7 @@
 
 /* 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] =