From 09f2921cc95466db159cbf0476e1a8eeeee1806b Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 6 Mar 2020 15:22:23 +0100 Subject: [gdb,testsuite,doc,NEWS] Fix "the the". Replace "the the" by "the". gdb/ChangeLog: 2020-03-06 Tom de Vries * NEWS: Fix "the the". * ctfread.c: Same. gdb/doc/ChangeLog: 2020-03-06 Tom de Vries * gdb.texinfo: Fix "the the". gdb/testsuite/ChangeLog: 2020-03-06 Tom de Vries * README: Fix "the the". * gdb.base/dprintf.exp: Same. --- gdb/ctfread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ctfread.c') 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. -- cgit v1.1