emacs-diffs
[Top][All Lists]
Advanced

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

master 65cd2d9: ; * src/atimer.c (init_atimer): Fix a typo in a comment.


From: Eli Zaretskii
Subject: master 65cd2d9: ; * src/atimer.c (init_atimer): Fix a typo in a comment.
Date: Wed, 27 Oct 2021 09:15:27 -0400 (EDT)

branch: master
commit 65cd2d90b7a894c184f45bfff52b7c6200ebc639
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/atimer.c (init_atimer): Fix a typo in a comment.
---
 src/atimer.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/atimer.c b/src/atimer.c
index 802f3c6..ab47bbf 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -584,9 +584,10 @@ init_atimer (void)
             timerfd_create (CLOCK_REALTIME, TFD_NONBLOCK | TFD_CLOEXEC));
 # endif
   /* We're starting the alarms even if we have timerfd, because
-     timerfd events do not fired while Emacs Lisp is busy.  This might
-     or might not mean that the timerfd code doesn't really give us
-     anything and should be removed, see discussion in bug#19776.  */
+     timerfd events do not fire while Emacs Lisp is busy and doesn't
+     call thread_select.  This might or might not mean that the
+     timerfd code doesn't really give us anything and should be
+     removed, see discussion in bug#19776.  */
   struct sigevent sigev;
   sigev.sigev_notify = SIGEV_SIGNAL;
   sigev.sigev_signo = SIGALRM;



reply via email to

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