* target.c (target_async_permitted_1): Fix comment.
authorDoug Evans <dje@google.com>
Mon, 29 Jul 2013 21:27:46 +0000 (21:27 +0000)
committerDoug Evans <dje@google.com>
Mon, 29 Jul 2013 21:27:46 +0000 (21:27 +0000)
gdb/ChangeLog
gdb/target.c

index 015f13c..d3c0c0b 100644 (file)
@@ -1,5 +1,7 @@
 2013-07-29  Doug Evans  <dje@google.com>
 
+       * target.c (target_async_permitted_1): Fix comment.
+
        * symtab.c (iterate_over_some_symtabs): Add comment.
 
        * symtab.c (iterate_over_some_symtabs): Fix indentation.
index e3dcb47..377724d 100644 (file)
@@ -4975,7 +4975,7 @@ maintenance_print_target_stack (char *cmd, int from_tty)
 int target_async_permitted = 0;
 
 /* The set command writes to this variable.  If the inferior is
-   executing, linux_nat_async_permitted is *not* updated.  */
+   executing, target_async_permitted is *not* updated.  */
 static int target_async_permitted_1 = 0;
 
 static void