[PATCH] Fix typo in infcall.c

Mark Kettenis kettenis@chello.nl
Fri May 7 14:07:00 GMT 2004


Noticed this one while looking at the output of "info set".

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* infcall.c (_initialize_infcall): Fix typo.

Index: infcall.c
===================================================================
RCS file: /cvs/src/src/gdb/infcall.c,v
retrieving revision 1.41
diff -u -p -r1.41 infcall.c
--- infcall.c 18 Apr 2004 19:12:59 -0000 1.41
+++ infcall.c 7 May 2004 14:06:26 -0000
@@ -1089,7 +1089,7 @@ The unwindonsignal lets the user determi
 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\



More information about the Gdb-patches mailing list