* main.c (captured_command_loop): Tweak comment.
authorDoug Evans <dje@google.com>
Mon, 29 Jul 2013 21:41:30 +0000 (21:41 +0000)
committerDoug Evans <dje@google.com>
Mon, 29 Jul 2013 21:41:30 +0000 (21:41 +0000)
gdb/ChangeLog
gdb/main.c

index d3c0c0b..9f07fee 100644 (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.
index 440094e..677f587 100644 (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;