diff options
author | Pedro Alves <palves@redhat.com> | 2012-08-23 16:44:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-08-23 16:44:24 +0000 |
commit | 2edda2ffe83b74276346996565302ec82b37c72b (patch) | |
tree | c712c5b35e6252bf9244fff52bca7f09eb0de3ed /gdb/infcmd.c | |
parent | 8d735b87dda8798463168405ee63c7c75b571074 (diff) | |
download | gdb-2edda2ffe83b74276346996565302ec82b37c72b.zip gdb-2edda2ffe83b74276346996565302ec82b37c72b.tar.gz gdb-2edda2ffe83b74276346996565302ec82b37c72b.tar.bz2 |
2012-08-23 Pedro Alves <palves@redhat.com>
* infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
string.
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 8300182..9d43193 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -3019,7 +3019,7 @@ all targets.")); c = add_com ("signal", class_run, signal_command, _("\ Continue program with the specified signal.\n\ Usage: signal SIGNAL\n\ -The SIGNAL arugment is processed the same as the handle command.\n\ +The SIGNAL argument is processed the same as the handle command.\n\ \n\ An argument of \"0\" means continue the program without sending it a signal.\n\ This is useful in cases where the program stopped because of a signal,\n\ |