diff src/ntproc.c @ 638:373ced43e288

[xemacs-hg @ 2001-07-26 21:10:44 by adrian] [PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author adrian
date Thu, 26 Jul 2001 21:10:48 +0000
parents 38db05db9cb5
children b39c14581166
line wrap: on
line diff
--- a/src/ntproc.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/ntproc.c	Thu Jul 26 21:10:48 2001 +0000
@@ -1328,7 +1328,7 @@
 	       &Vwin32_start_process_share_console /*
     When nil, processes started via start-process are given a new console.
 When non-nil, they share the Emacs console; this has the limitation of
-allowing only only DOS subprocess to run at a time (whether started directly
+allowing only one DOS subprocess to run at a time (whether started directly
 or indirectly by Emacs), and preventing Emacs from cleanly terminating the
 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
 otherwise respond to interrupts from Emacs.