From: Stefan Kangas Date: Sat, 30 Dec 2023 22:24:16 +0000 (+0100) Subject: ; * src/alloc.c (garbage_collect): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e358f21694d73774c685ee447f3a3a08dbe6e1d;p=emacs.git ; * src/alloc.c (garbage_collect): Fix typo. (cherry picked from commit 82f6367ee241d2d99ed9ca126b458381ee2cf620) --- 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 ();