]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/alloc.c (garbage_collect): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 30 Dec 2023 22:24:16 +0000 (23:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:56:18 +0000 (08:56 +0100)
(cherry picked from commit 82f6367ee241d2d99ed9ca126b458381ee2cf620)

src/alloc.c

index cda8ba1ad46970ff93537b0fd3c32fde4e2959be..86a4a50a5ac0a665c62487be692ba4982b9accab 100644 (file)
@@ -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 ();