From 3e358f21694d73774c685ee447f3a3a08dbe6e1d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 30 Dec 2023 23:24:16 +0100 Subject: [PATCH] ; * src/alloc.c (garbage_collect): Fix typo. (cherry picked from commit 82f6367ee241d2d99ed9ca126b458381ee2cf620) --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.5