diff options
author | Doug Evans <dje@google.com> | 2013-07-29 21:27:46 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-29 21:27:46 +0000 |
commit | b5419e49b61f6b1d0e465065ae3fe55c630c8c91 (patch) | |
tree | c29c50989181193e393e3bd959e7bd2a35c4f1b3 | |
parent | b2d231331fcdcf2e1f55b6ef306375b4883d49a7 (diff) | |
download | gdb-b5419e49b61f6b1d0e465065ae3fe55c630c8c91.zip gdb-b5419e49b61f6b1d0e465065ae3fe55c630c8c91.tar.gz gdb-b5419e49b61f6b1d0e465065ae3fe55c630c8c91.tar.bz2 |
* target.c (target_async_permitted_1): Fix comment.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/target.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 015f13c..d3c0c0b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/target.c b/gdb/target.c index e3dcb47..377724d 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -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 |