# HG changeset patch # User Juanma Barranquero # Date 1116948849 0 # Node ID d140f1408030520afc8e5a4f9b85345ad95464a8 # Parent 9f64b95346c1df1f423ce5a62526feb1728456bf Fix typo in comment. diff -r 9f64b95346c1 -r d140f1408030 src/alloc.c --- 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] =