(make-backup-file-name-function): Fix spellings in docstrings.
[bpt/emacs.git] / src / alloc.c
index 68f271a..a5bc85e 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] =