]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 15:57:42 +0000 (17:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 15:57:42 +0000 (17:57 +0200)
src/w32notify.c

index c5cfa3dba44ff40971c7db084a019e56bd5f77d2..1de4f4a7d8c18d0705c0c49aa82c97a8595b587a 100644 (file)
@@ -61,8 +61,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    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 <stddef.h>
 #include <errno.h>