This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add missing backslash in frame.c


Checked in as obvious on both mainline and the branch.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* frame.c (_initialize_frame): Add missing backslash.

Index: frame.c
===================================================================
RCS file: /cvs/src/src/gdb/frame.c,v
retrieving revision 1.135
diff -u -p -r1.135 frame.c
--- frame.c 9 Aug 2003 15:10:08 -0000 1.135
+++ frame.c 10 Aug 2003 14:54:37 -0000
@@ -2424,7 +2424,7 @@ of the stack trace.",
   add_setshow_uinteger_cmd ("limit", class_obscure,
 			    &backtrace_limit, "\
 Set an upper bound on the number of backtrace levels.\n\
-No more than the specified number of frames can be displayed or examined.\n
+No more than the specified number of frames can be displayed or examined.\n\
 Zero is unlimited.", "\
 Show the upper bound on the number of backtrace levels.",
 			    NULL, NULL, &set_backtrace_cmdlist,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]