aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2023-12-30 23:24:16 +0100
committerStefan Kangas2023-12-30 23:24:16 +0100
commit82f6367ee241d2d99ed9ca126b458381ee2cf620 (patch)
treeb70d942de04f306d3e1751d7bf8d14c96da1079e /src
parent1d278dc786c01cd3799a29156e3e1f8dda965318 (diff)
downloademacs-82f6367ee241d2d99ed9ca126b458381ee2cf620.tar.gz
emacs-82f6367ee241d2d99ed9ca126b458381ee2cf620.zip
; * src/alloc.c (garbage_collect): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index cda8ba1ad46..86a4a50a5ac 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6605,7 +6605,7 @@ garbage_collect (void)
6605 6605
6606 /* Everything is now marked, except for the data in font caches, 6606 /* Everything is now marked, except for the data in font caches,
6607 undo lists, and finalizers. The first two are compacted by 6607 undo lists, and finalizers. The first two are compacted by
6608 removing an items which aren't reachable otherwise. */ 6608 removing any items which aren't reachable otherwise. */
6609 6609
6610 compact_font_caches (); 6610 compact_font_caches ();
6611 6611