diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-11-25 09:07:35 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-11-25 09:07:35 -0500 |
commit | 17e5269b995b0560dc74af78ba134cf1fcd9d56a (patch) | |
tree | d78946533db972ab12f0c2eb532c8fa042f000bd /gdb/infcmd.c | |
parent | 65d1cff97c066e4399a175ef7294a5343c0b94d1 (diff) | |
download | gdb-17e5269b995b0560dc74af78ba134cf1fcd9d56a.zip gdb-17e5269b995b0560dc74af78ba134cf1fcd9d56a.tar.gz gdb-17e5269b995b0560dc74af78ba134cf1fcd9d56a.tar.bz2 |
Fix typo in comment
gdb/ChangeLog:
* infcmd.c (interrupt_command): Fix typo in comment.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 2440c0c..942d61e 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -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. */ |