changeset 62681:d140f1408030

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 24 May 2005 15:34:09 +0000
parents 9f64b95346c1
children 01fdbc2b3226
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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] =