aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-07-29 21:41:30 +0000
committerDoug Evans <dje@google.com>2013-07-29 21:41:30 +0000
commitbb5291d00882da19495caa48275d1643f5209a79 (patch)
tree28158cf05ca12cac7855cad1a69b0d519d2c9fc3 /gdb/main.c
parentb5419e49b61f6b1d0e465065ae3fe55c630c8c91 (diff)
downloadfsf-binutils-gdb-bb5291d00882da19495caa48275d1643f5209a79.zip
fsf-binutils-gdb-bb5291d00882da19495caa48275d1643f5209a79.tar.gz
fsf-binutils-gdb-bb5291d00882da19495caa48275d1643f5209a79.tar.bz2
* main.c (captured_command_loop): Tweak comment.
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
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;