aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorReuben Thomas2014-08-09 17:20:29 +0100
committerReuben Thomas2014-08-09 17:20:29 +0100
commit8f481f69225705a736965de9450634ca56fa3568 (patch)
tree082536fe3d44db9eda323687a98c6915b6310da6 /src
parentdcf7e861abd47b7b8f5803704f5e97e0c3cc1153 (diff)
downloademacs-8f481f69225705a736965de9450634ca56fa3568.tar.gz
emacs-8f481f69225705a736965de9450634ca56fa3568.zip
src/process.c: fix a comment typo
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index f34be69864a..0d6994bdab1 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6595,7 +6595,7 @@ keyboard_bit_set (fd_set *mask)
6595 6595
6596#else /* not subprocesses */ 6596#else /* not subprocesses */
6597 6597
6598/* Defined on msdos.c. */ 6598/* Defined in msdos.c. */
6599extern int sys_select (int, fd_set *, fd_set *, fd_set *, 6599extern int sys_select (int, fd_set *, fd_set *, fd_set *,
6600 struct timespec *, void *); 6600 struct timespec *, void *);
6601 6601