]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 24 May 2005 15:34:09 +0000 (15:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 24 May 2005 15:34:09 +0000 (15:34 +0000)
src/alloc.c

index 68f271a8c324e4680fa39687f278fd803bd7cda3..a5bc85e48acd1d806028d09794bda9b85872f962 100644 (file)
@@ -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] =