summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-05-24 15:34:09 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-05-24 15:34:09 +0000
commit8349069cda35c68cc6edbf543173a410517f59a0 (patch)
tree01dff544df6e99175967cef3d19393c33df0d28d
parent3053a64e90a428b719d8314fd99b15a7278d4065 (diff)
downloademacs-8349069cda35c68cc6edbf543173a410517f59a0.tar.gz
Fix typo in comment.
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 68f271a8c32..a5bc85e48ac 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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] =