aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-12-01 14:33:13 -0800
committerPaul Eggert <[email protected]>2013-12-01 14:33:13 -0800
commitf224e5002292f7b9b9347147d4b5af913fed516a (patch)
treed48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/alloc.c
parent75b09539a4b4e62818d65cb0773587d8a2ac615f (diff)
Spelling and punctuation fixes.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 7024b47fc7..f076075a94 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];