diff options
| author | Stefan Kangas | 2023-12-30 23:24:16 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-30 23:24:16 +0100 |
| commit | 82f6367ee241d2d99ed9ca126b458381ee2cf620 (patch) | |
| tree | b70d942de04f306d3e1751d7bf8d14c96da1079e /src/alloc.c | |
| parent | 1d278dc786c01cd3799a29156e3e1f8dda965318 (diff) | |
| download | emacs-82f6367ee241d2d99ed9ca126b458381ee2cf620.tar.gz emacs-82f6367ee241d2d99ed9ca126b458381ee2cf620.zip | |
; * src/alloc.c (garbage_collect): Fix typo.
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 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 | ||