projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d278dc
)
; * src/alloc.c (garbage_collect): Fix typo.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 30 Dec 2023 22:24:16 +0000
(23:24 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 30 Dec 2023 22:24:16 +0000
(23:24 +0100)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index cda8ba1ad46970ff93537b0fd3c32fde4e2959be..86a4a50a5ac0a665c62487be692ba4982b9accab 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-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 an
y
items which aren't reachable otherwise. */
compact_font_caches ();