; * src/alloc.c (garbage_collect): Fix typo.
This commit is contained in:
parent
1d278dc786
commit
82f6367ee2
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue