diff options
author | Doug Evans <dje@google.com> | 2013-07-29 21:41:30 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-29 21:41:30 +0000 |
commit | bb5291d00882da19495caa48275d1643f5209a79 (patch) | |
tree | 28158cf05ca12cac7855cad1a69b0d519d2c9fc3 /gdb/main.c | |
parent | b5419e49b61f6b1d0e465065ae3fe55c630c8c91 (diff) | |
download | gdb-bb5291d00882da19495caa48275d1643f5209a79.zip gdb-bb5291d00882da19495caa48275d1643f5209a79.tar.gz gdb-bb5291d00882da19495caa48275d1643f5209a79.tar.bz2 |
* main.c (captured_command_loop): Tweak comment.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |