diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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 | ||
| 5843 | static void | 5843 | static void |
| 5844 | mark_terminals (void) | 5844 | mark_terminals (void) |