emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 82f6367ee24: ; * src/alloc.c (garbage_collect): Fix typo.


From: Stefan Kangas
Subject: master 82f6367ee24: ; * src/alloc.c (garbage_collect): Fix typo.
Date: Sat, 30 Dec 2023 17:24:41 -0500 (EST)

branch: master
commit 82f6367ee241d2d99ed9ca126b458381ee2cf620
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * src/alloc.c (garbage_collect): Fix typo.
---
 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 ();
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]