summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-30 23:24:16 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-30 23:24:16 +0100
commit82f6367ee241d2d99ed9ca126b458381ee2cf620 (patch)
treeb70d942de04f306d3e1751d7bf8d14c96da1079e /src
parent1d278dc786c01cd3799a29156e3e1f8dda965318 (diff)
; * src/alloc.c (garbage_collect): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
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)
/* 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 ();