summaryrefslogtreecommitdiff
path: root/src/w32notify.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-10-07 17:57:42 +0200
committerEli Zaretskii <eliz@gnu.org>2012-10-07 17:57:42 +0200
commitd6de17607045c1d33826a12983e33deb73426457 (patch)
tree0bdf9b11b259ada70bedc500af33b5e11a57bfa2 /src/w32notify.c
parent7d6053541271df526e551ab02b210ce07c7b7ce7 (diff)
Fix a typo in a comment.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r--src/w32notify.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/w32notify.c b/src/w32notify.c
index c5cfa3dba4..1de4f4a7d8 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -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>