* main.c (captured_command_loop): Tweak comment.

This commit is contained in:
Doug Evans 2013-07-29 21:41:30 +00:00
parent b5419e49b6
commit bb5291d008
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2013-07-29 Doug Evans <dje@google.com>
* main.c (captured_command_loop): Tweak comment.
* target.c (target_async_permitted_1): Fix comment.
* symtab.c (iterate_over_some_symtabs): Add comment.

View File

@ -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;