aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2012-04-22 22:44:49 -0700
committerPaul Eggert2012-04-22 22:44:49 -0700
commit0ba2624f7dd2253853c6caf4fbfdc272822de3e3 (patch)
tree8d5cd8ebc6df0c06f0429f9754b382baab18dd28 /src/alloc.c
parenta74e8e38b9829bf5a5075fbe637e463c5be6114c (diff)
downloademacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.tar.gz
emacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.zip
Spelling 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 6c9af7b71fa..a120ce9b61f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5838,7 +5838,7 @@ mark_buffer (Lisp_Object buf)
5838} 5838}
5839 5839
5840/* Mark the Lisp pointers in the terminal objects. 5840/* Mark the Lisp pointers in the terminal objects.
5841 Called by the Fgarbage_collector. */ 5841 Called by Fgarbage_collect. */
5842 5842
5843static void 5843static void
5844mark_terminals (void) 5844mark_terminals (void)