This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] target.c (target_async_permitted_1): Fix comment.


Hi.
While reviewing Tom's async-always patches I found this.
Committed.

2013-07-29  Doug Evans  <dje@google.com>

	* target.c (target_async_permitted_1): Fix comment.

diff -u -p -r1.343 target.c
--- target.c	25 Jul 2013 14:34:50 -0000	1.343
+++ target.c	29 Jul 2013 21:26:57 -0000
@@ -4975,7 +4975,7 @@ maintenance_print_target_stack (char *cm
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]