Fix typo in comment
gdb/ChangeLog: * infcmd.c (interrupt_command): Fix typo in comment.
This commit is contained in:
parent
65d1cff97c
commit
17e5269b99
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-11-25 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* infcmd.c (interrupt_command): Fix typo in comment.
|
||||
|
||||
2016-11-24 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* ada-lang.c (create_excep_cond_exprs): Do not use 'std::move'.
|
||||
|
|
|
@ -3063,7 +3063,7 @@ interrupt_target_1 (int all_threads)
|
|||
|
||||
/* interrupt [-a]
|
||||
Stop the execution of the target while running in async mode, in
|
||||
the backgound. In all-stop, stop the whole process. In non-stop
|
||||
the background. In all-stop, stop the whole process. In non-stop
|
||||
mode, stop the current thread only by default, or stop all threads
|
||||
if the `-a' switch is used. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue