summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-08-23 16:44:24 +0000
committerPedro Alves <palves@redhat.com>2012-08-23 16:44:24 +0000
commitafcebe419c558d920c75e56bfbfcb7f53e987a62 (patch)
tree8c6fc2ff2deff9ee0af8b383e155e6f548d48a03 /gdb/infcmd.c
parent65ef9dd821eb07cf32f8bbad8a91c9a5f0830115 (diff)
downloadgdb-afcebe419c558d920c75e56bfbfcb7f53e987a62.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index 83001829af0..9d431931e78 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\