This is the mail archive of the gdb-patches@sourceware.org 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]

[obv] typo in doc


Hi.

I checked this in.
I'm also going to check it into the 7.2 branch.

2010-08-13  Doug Evans  <dje@google.com>

	* gdb.texinfo (.debug_gdb_scripts section): Fix typo.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.753
diff -u -p -r1.753 gdb.texinfo
--- gdb.texinfo	13 Aug 2010 13:22:43 -0000	1.753
+++ gdb.texinfo	13 Aug 2010 20:38:38 -0000
@@ -22713,7 +22713,7 @@ Entries can be placed in section @code{.
 for example, this GCC macro:
 
 @example
-/* Note: The "MS" section flags are to remote duplicates.  */
+/* Note: The "MS" section flags are to remove duplicates.  */
 #define DEFINE_GDB_SCRIPT(script_name) \
   asm("\
 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\


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