diff options
author | Doug Evans <dje@google.com> | 2010-08-13 20:39:09 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-08-13 20:39:09 +0000 |
commit | a3a7127eb04fa302eb557499b7a095a941ed2965 (patch) | |
tree | 5cca0fdd2c4a34b8f897b219de3d4e083a0d4afe /gdb | |
parent | 44be957ed64cba1b4a5d4f47c9782474ec3a9767 (diff) | |
download | gdb-a3a7127eb04fa302eb557499b7a095a941ed2965.zip gdb-a3a7127eb04fa302eb557499b7a095a941ed2965.tar.gz gdb-a3a7127eb04fa302eb557499b7a095a941ed2965.tar.bz2 |
* gdb.texinfo (.debug_gdb_scripts section): Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 79854e4..b8f060b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-13 Doug Evans <dje@google.com> + + * gdb.texinfo (.debug_gdb_scripts section): Fix typo. + 2010-08-13 Vladimir Prus <vladimir@codesourcery.com> * gdb.texinfo (GDB/MI Data Manipulation): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 270c9e7..cd3ac0f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22713,7 +22713,7 @@ Entries can be placed in section @code{.debug_gdb_scripts} with, 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\ |