From f224e5002292f7b9b9347147d4b5af913fed516a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 1 Dec 2013 14:33:13 -0800 Subject: Spelling and punctuation fixes. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alloc.c') diff --git a/src/alloc.c b/src/alloc.c index 7024b47fc7d..f076075a94f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4317,7 +4317,7 @@ live_buffer_p (struct mem_node *m, void *p) void dump_zombies (void) EXTERNALLY_VISIBLE; /* Array of objects that are kept alive because the C stack contains - a pattern that looks like a reference to them . */ + a pattern that looks like a reference to them. */ #define MAX_ZOMBIES 10 static Lisp_Object zombies[MAX_ZOMBIES]; -- cgit v1.2.1