summaryrefslogtreecommitdiff
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
commit0b2b5f7374a6cf5d113379ee91c418df18f15308 (patch)
treebd3c8368d90c435c7c1cacd93ec57d6af721b943 /gdb/main.c
parentdad15ffb0ef559eb8b4368dec1cd232d2537ef75 (diff)
downloadgdb-0b2b5f7374a6cf5d113379ee91c418df18f15308.tar.gz
* 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 440094ef271..677f5876c9b 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;