This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] main.c (captured_command_loop): Tweak comment.


Hi.
While reviewing Tom's always-async patches I came across this comment
that reads wrong to me.
Committed.

2013-07-29  Doug Evans  <dje@google.com>

	* main.c (captured_command_loop): Tweak comment.

diff -u -p -r1.127 main.c
--- main.c	6 Jul 2013 07:28:24 -0000	1.127
+++ main.c	29 Jul 2013 21:39:16 -0000
@@ -253,7 +253,7 @@ get_init_files (const char **system_gdbi
 static int
 captured_command_loop (void *data)
 {
-  /* Top-level execution commands can be run on the background from
+  /* Top-level execution commands can be run in the background from
      here on.  */
   interpreter_async = 1;
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]