changeset 23196:b93e1d29790e stable

* main.in.cc (main): Improve comment.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Feb 2017 20:31:20 -0500
parents c897282f1ec8
children dfee8aa390c2 895b8edb4f3c
files src/main.in.cc
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.in.cc	Fri Feb 17 20:05:35 2017 -0500
+++ b/src/main.in.cc	Fri Feb 17 20:31:20 2017 -0500
@@ -313,9 +313,10 @@
       // the GUI process will be in a separate process group.
       //
       // The GUI process must be in a separate process group so that we
-      // can send and interrupt to all child processes when generating
-      // interrupt signals.  See also pthread_thread_manager::interrupt
-      // in libgui/src/thread-manager.cc and bug #49609.
+      // can send an interrupt signal to all child processes when
+      // interrupting the interpreter.  See also bug #49609 and the
+      // function pthread_thread_manager::interrupt in the file
+      // libgui/src/thread-manager.cc.
 
       install_signal_handlers ();