From: Reuben Thomas Date: Sat, 9 Aug 2014 16:20:29 +0000 (+0100) Subject: src/process.c: fix a comment typo X-Git-Tag: emacs-25.0.90~2635^2~679^2~498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f481f69225705a736965de9450634ca56fa3568;p=emacs.git src/process.c: fix a comment typo --- 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) #else /* not subprocesses */ -/* Defined on msdos.c. */ +/* Defined in msdos.c. */ extern int sys_select (int, fd_set *, fd_set *, fd_set *, struct timespec *, void *);