From 2edda2ffe83b74276346996565302ec82b37c72b Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 23 Aug 2012 16:44:24 +0000 Subject: [PATCH] 2012-08-23 Pedro Alves * infcmd.c (_initialize_infcmd) : Fix typo in help string. --- gdb/ChangeLog | 5 +++++ gdb/infcmd.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 362b087eeca..5d77a828a9c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-08-23 Pedro Alves + + * infcmd.c (_initialize_infcmd) : Fix typo in help + string. + 2012-08-23 Yao Qi * tracepoint.c (disconnect_tracing): Call set_tracepoint_num. 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\