diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:46:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:47:01 -0800 |
commit | 61e83e902b388490b609677a76f3d49740439f24 (patch) | |
tree | e2329fd5e9f6ec1c72b26a68765e8f982f788b29 /src/kqueue.c | |
parent | 989bcc77ab576d7a83cb0194a9fc73ce51939042 (diff) | |
download | emacs-61e83e902b388490b609677a76f3d49740439f24.tar.gz emacs-61e83e902b388490b609677a76f3d49740439f24.tar.bz2 emacs-61e83e902b388490b609677a76f3d49740439f24.zip |
Spelling fixes
Diffstat (limited to 'src/kqueue.c')
-rw-r--r-- | src/kqueue.c | 2 |
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 /* At this point, old_dl, new_dl and pending_dl shall be empty. deleted_dl might not be empty when there was a rename to a - nonexisting file. Let's make a check for this (might be removed + nonexistent file. Let's make a check for this (might be removed once the code is stable). */ if (! NILP (old_dl)) report_file_error ("Old list not empty", old_dl); |