diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-07 14:08:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-07 14:08:52 +0000 |
commit | 1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4 (patch) | |
tree | a94867c45d9417765398e0135f48ab53159cada7 /gdb/infcall.c | |
parent | 1517056850dfb18e2b5d8301b93a3d5e5ef3a42a (diff) | |
download | gdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.zip gdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.tar.gz gdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.tar.bz2 |
* infcall.c (_initialize_infcall): Fix typo.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 3034bc4..41aad92 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\ |