]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/w32notify.c: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 May 2022 07:38:40 +0000 (10:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 May 2022 07:38:40 +0000 (10:38 +0300)
src/w32notify.c

index e7d2f0f076bf20cfc2c7d7a0804d5d194b68eac2..ccefecb6596badd108911925df026fca45adc7a9 100644 (file)
@@ -40,8 +40,8 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
    and returns.  That causes the WaitForSingleObjectEx function call
    inside watch_worker to return, but the thread won't terminate until
    the event telling to do so will be signaled.  The completion
-   routine issued another call to ReadDirectoryChangesW as quickly as
-   possible.  (Except when it does not, see below.)
+   routine then issues another call to ReadDirectoryChangesW as quickly
+   as possible.  (Except when it does not, see below.)
 
    In a GUI session, the WM_EMACS_FILENOTIFY message posted to the
    message queue gets dispatched to the main Emacs window procedure,