aboutsummaryrefslogtreecommitdiffstats
path: root/src/kqueue.c
diff options
context:
space:
mode:
authorPaul Eggert2016-01-04 14:46:35 -0800
committerPaul Eggert2016-01-04 14:47:01 -0800
commit61e83e902b388490b609677a76f3d49740439f24 (patch)
treee2329fd5e9f6ec1c72b26a68765e8f982f788b29 /src/kqueue.c
parent989bcc77ab576d7a83cb0194a9fc73ce51939042 (diff)
downloademacs-61e83e902b388490b609677a76f3d49740439f24.tar.gz
emacs-61e83e902b388490b609677a76f3d49740439f24.zip
Spelling fixes
Diffstat (limited to 'src/kqueue.c')
-rw-r--r--src/kqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kqueue.c b/src/kqueue.c
index 1830040637e..e0ee5fb9d7b 100644
--- a/src/kqueue.c
+++ b/src/kqueue.c
@@ -257,7 +257,7 @@ kqueue_compare_dir_list
257 257
258 /* At this point, old_dl, new_dl and pending_dl shall be empty. 258 /* At this point, old_dl, new_dl and pending_dl shall be empty.
259 deleted_dl might not be empty when there was a rename to a 259 deleted_dl might not be empty when there was a rename to a
260 nonexisting file. Let's make a check for this (might be removed 260 nonexistent file. Let's make a check for this (might be removed
261 once the code is stable). */ 261 once the code is stable). */
262 if (! NILP (old_dl)) 262 if (! NILP (old_dl))
263 report_file_error ("Old list not empty", old_dl); 263 report_file_error ("Old list not empty", old_dl);