aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-07 14:08:52 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-07 14:08:52 +0000
commit1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4 (patch)
treea94867c45d9417765398e0135f48ab53159cada7
parent1517056850dfb18e2b5d8301b93a3d5e5ef3a42a (diff)
downloadgdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.zip
gdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.tar.gz
gdb-1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4.tar.bz2
* infcall.c (_initialize_infcall): Fix typo.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infcall.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e40321b..d0ba0b5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-07 Mark Kettenis <kettenis@gnu.org>
+
+ * infcall.c (_initialize_infcall): Fix typo.
+
2004-05-07 Andrew Cagney <cagney@redhat.com>
* cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
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\