]> git.eshelyaron.com Git - emacs.git/commitdiff
src/process.c: fix a comment typo
authorReuben Thomas <rrt@sc3d.org>
Sat, 9 Aug 2014 16:20:29 +0000 (17:20 +0100)
committerReuben Thomas <rrt@sc3d.org>
Sat, 9 Aug 2014 16:20:29 +0000 (17:20 +0100)
src/process.c

index f34be69864a011a18256ca75656b1ee60291ac71..0d6994bdab15469dd44fecd6f22ef1de1a6efa04 100644 (file)
@@ -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 *);