From: Eli Zaretskii Date: Sun, 7 Oct 2012 15:57:42 +0000 (+0200) Subject: Fix a typo in a comment. X-Git-Tag: emacs-24.3.90~173^2~7^2~674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6de17607045c1d33826a12983e33deb73426457;p=emacs.git Fix a typo in a comment. --- diff --git a/src/w32notify.c b/src/w32notify.c index c5cfa3dba44..1de4f4a7d8c 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -61,8 +61,9 @@ along with GNU Emacs. If not, see . */ watch_completion function is called one last time with the ERROR_OPERATION_ABORTED status, which causes it to clean up and set a flag telling watch_worker to exit without issuing another - ReadDirectoryChangesW call. The main thread waits for the worker - thread to exit, and if it doesn't, terminate it forcibly. */ + ReadDirectoryChangesW call. The main thread waits for some time + for the worker thread to exit, and if it doesn't, terminates it + forcibly. */ #include #include