From d6de17607045c1d33826a12983e33deb73426457 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Oct 2012 17:57:42 +0200 Subject: [PATCH] Fix a typo in a comment. --- src/w32notify.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5