diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-11 10:09:55 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-11 10:09:55 -0800 |
commit | 4a0e1924fc28993d5f95ec58f43b09aa8ee043cb (patch) | |
tree | 39496761cb8c7e9e26849386826475c49954358d /src/w32notify.c | |
parent | 38e791fdf78ef0f18e26c3866aa20e11c70cf6cb (diff) |
Spelling fixes.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r-- | src/w32notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32notify.c b/src/w32notify.c index 3095103484..0b7dc9a111 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -217,7 +217,7 @@ watch_completion (DWORD status, DWORD bytes_ret, OVERLAPPED *io_info) /* We've been called because the main thread told us to issue CancelIo on the directory we watch, and watch_end did so. The directory handle is already closed. We should clean up - and exit, signalling to the thread worker routine not to + and exit, signaling to the thread worker routine not to issue another call to ReadDirectoryChangesW. Note that we don't free the dirwatch object itself nor the memory consumed by its buffers; this is done by the main thread in |