From bb5291d00882da19495caa48275d1643f5209a79 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 29 Jul 2013 21:41:30 +0000 Subject: [PATCH] * main.c (captured_command_loop): Tweak comment. --- gdb/ChangeLog | 2 ++ gdb/main.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3c0c0b..9f07fee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2013-07-29 Doug Evans + * main.c (captured_command_loop): Tweak comment. + * target.c (target_async_permitted_1): Fix comment. * symtab.c (iterate_over_some_symtabs): Add comment. diff --git a/gdb/main.c b/gdb/main.c index 440094e..677f587 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -253,7 +253,7 @@ get_init_files (const char **system_gdbinit, 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; -- 2.7.4