aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctfread.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2020-03-06 15:22:23 +0100
committerTom de Vries <tdevries@suse.de>2020-03-06 15:22:23 +0100
commit09f2921cc95466db159cbf0476e1a8eeeee1806b (patch)
treeda32be5fe623b45faf1d568b65417b46b5680ede /gdb/ctfread.c
parentfd760e798eb8c325f0d7bab7ddcb74f64dc4c113 (diff)
downloadfsf-binutils-gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.zip
fsf-binutils-gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.tar.gz
fsf-binutils-gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.tar.bz2
[gdb,testsuite,doc,NEWS] Fix "the the".
Replace "the the" by "the". gdb/ChangeLog: 2020-03-06 Tom de Vries <tdevries@suse.de> * NEWS: Fix "the the". * ctfread.c: Same. gdb/doc/ChangeLog: 2020-03-06 Tom de Vries <tdevries@suse.de> * gdb.texinfo: Fix "the the". gdb/testsuite/ChangeLog: 2020-03-06 Tom de Vries <tdevries@suse.de> * README: Fix "the the". * gdb.base/dprintf.exp: Same.
Diffstat (limited to 'gdb/ctfread.c')
-rw-r--r--gdb/ctfread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ctfread.c b/gdb/ctfread.c
index 844ab7b..241d0b6 100644
--- a/gdb/ctfread.c
+++ b/gdb/ctfread.c
@@ -45,7 +45,7 @@
The file header stores a magic number and version information, encoding
flags, and the byte offset of each of the sections relative to the end of the
header itself. If the CTF data has been uniquified against another set of
- CTF data, a reference to that data also appears in the the header. This
+ CTF data, a reference to that data also appears in the header. This
reference is the name of the label corresponding to the types uniquified
against.