From: Mark Kettenis Date: Fri, 7 May 2004 14:08:52 +0000 (+0000) Subject: * infcall.c (_initialize_infcall): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4;p=binutils-gdb.git * infcall.c (_initialize_infcall): Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e40321b8754..d0ba0b5b3f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-07 Mark Kettenis + + * infcall.c (_initialize_infcall): Fix typo. + 2004-05-07 Andrew Cagney * cli/cli-decode.c (add_setshow_zinteger_cmd): New function. diff --git a/gdb/infcall.c b/gdb/infcall.c index 3034bc42bca..41aad923cdd 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1089,7 +1089,7 @@ The unwindonsignal lets the user determine what gdb should do if a signal\n\ is received while in a function called from gdb (call dummy). If set, gdb\n\ unwinds the stack and restore the context to what as it was before the call.\n\ The default is to stop in the frame where the signal was received.", "\ -Set unwinding of stack if a signal is received while in a call dummy.\n\ +Show unwinding of stack if a signal is received while in a call dummy.\n\ The unwindonsignal lets the user determine what gdb should do if a signal\n\ is received while in a function called from gdb (call dummy). If set, gdb\n\ unwinds the stack and restore the context to what as it was before the call.\n\