; * src/alloc.c (garbage_collect): Fix typo.

This commit is contained in:
Stefan Kangas 2023-12-30 23:24:16 +01:00
parent 1d278dc786
commit 82f6367ee2

View file

@ -6605,7 +6605,7 @@ garbage_collect (void)
/* Everything is now marked, except for the data in font caches,
undo lists, and finalizers. The first two are compacted by
removing an items which aren't reachable otherwise. */
removing any items which aren't reachable otherwise. */
compact_font_caches ();