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]

Re: RFA: typo in target.c


This fixes a typo in the `show' documentation for
trust-readonly-sections.  Ok?
Oops, yes.

Andrew


Tom

Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* target.c (initialize_targets): Fixed typo in
trust-readonly-sections `show' documentation.

Index: target.c
===================================================================
RCS file: /cvs/src/src/gdb/target.c,v
retrieving revision 1.36
diff -u -r1.36 target.c
--- target.c 15 Jun 2002 21:07:58 -0000 1.36
+++ target.c 24 Jun 2002 04:52:47 -0000
@@ -2305,7 +2305,7 @@
When this mode is on, memory reads from readonly sections (such as .text)\n\
will be read from the object file instead of from the target. This will\n\
result in significant performance improvement for remote targets.", "\
-Set mode for reading from readonly sections.\n",
+Show mode for reading from readonly sections.\n",
NULL, NULL,
&setlist, &showlist);



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