mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
; * 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
Add a link
Reference in a new issue