From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH][gdb,testsuite,doc,NEWS] Fix "the the".
Date: Fri, 06 Mar 2020 12:09:00 -0000 [thread overview]
Message-ID: <20200306120857.GA4358@delia> (raw)
Hi,
this patch replaces "the the" by "the".
Not committing this as obvious, since it's not obvious to me whether we update
old NEWS entries or not.
OK for trunk?
Thanks,
- Tom
[gdb,testsuite,doc,NEWS] Fix "the 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.
---
gdb/NEWS | 6 +++---
gdb/ctfread.c | 2 +-
gdb/doc/gdb.texinfo | 6 +++---
gdb/testsuite/README | 2 +-
gdb/testsuite/gdb.base/dprintf.exp | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/gdb/NEWS b/gdb/NEWS
index 4dc6b33b65..6657f6fadc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -2419,7 +2419,7 @@ show code-cache
* Newly installed $prefix/bin/gcore acts as a shell interface for the
GDB command gcore.
-* GDB now implements the the C++ 'typeid' operator.
+* GDB now implements the C++ 'typeid' operator.
* The new convenience variable $_exception holds the exception being
thrown or caught at an exception-related catchpoint.
@@ -5203,7 +5203,7 @@ The new infrastructure making possible the implementation of key new
features including 32x64 (e.g., 64-bit amd64 GDB debugging a 32-bit
i386 application).
-GDB 6.3 will be the last release to include the the registers[]
+GDB 6.3 will be the last release to include the registers[]
compatibility module that allowed out-of-date configurations to
continue to work. This change directly impacts the following
configurations:
@@ -6634,7 +6634,7 @@ Remote targets now use a data cache to speed up communication with the
remote side. The data cache could lead to incorrect results because
it doesn't know about volatile variables, thus making it impossible to
debug targets which use memory mapped I/O devices. `set remotecache
-off' turns the the data cache off.
+off' turns the data cache off.
* Remote targets may have threads
diff --git a/gdb/ctfread.c b/gdb/ctfread.c
index 844ab7b9db..241d0b6da9 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.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1fef9dc0b0..385c832f22 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -20568,7 +20568,7 @@ when any of shared library events happen. The best way to do this is
to use @code{catch load} and @code{catch unload} (@pxref{Set
Catchpoints}).
-@value{GDBN} also supports the the @code{set stop-on-solib-events}
+@value{GDBN} also supports the @code{set stop-on-solib-events}
command for this. This command exists for historical reasons. It is
less useful than setting a catchpoint, because it does not allow for
conditions or commands as a catchpoint does.
@@ -28980,7 +28980,7 @@ recommended that front ends request a specific version of MI when launching
@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
interpreter with the MI version they expect.
-The following table gives a summary of the the released versions of the MI
+The following table gives a summary of the released versions of the MI
interface: the version number, the version of GDB in which it first appeared
and the breaking changes compared to the previous version.
@@ -29158,7 +29158,7 @@ The following is the list of possible async records:
@item *running,thread-id="@var{thread}"
The target is now running. The @var{thread} field can be the global
-thread ID of the the thread that is now running, and it can be
+thread ID of the thread that is now running, and it can be
@samp{all} if all threads are running. The frontend should assume
that no interaction with a running thread is possible after this
notification is produced. The frontend should not assume that this
diff --git a/gdb/testsuite/README b/gdb/testsuite/README
index 3e42526e62..fae0c339cc 100644
--- a/gdb/testsuite/README
+++ b/gdb/testsuite/README
@@ -197,7 +197,7 @@ a .gdbinit. For example:
GDB_PARALLEL
-To use parallel testing mode without using the the Makefile, set
+To use parallel testing mode without using the Makefile, set
GDB_PARALLEL on the runtest command line to "yes". Before starting
the tests, you must ensure that the directories cache, outputs, and
temp in the test suite build directory are either empty or have been
diff --git a/gdb/testsuite/gdb.base/dprintf.exp b/gdb/testsuite/gdb.base/dprintf.exp
index 68a035dfe1..968f9eafcc 100644
--- a/gdb/testsuite/gdb.base/dprintf.exp
+++ b/gdb/testsuite/gdb.base/dprintf.exp
@@ -160,7 +160,7 @@ proc test_agent {} {
return
}
- # Even if the the target reports that it does support target side
+ # Even if the target reports that it does support target side
# commands, we can only tell that it supports them in combination
# with a particular breakpoint type (Z0, Z1, etc.) when we try to
# insert the breakpoint. When "set breakpoint always-inserted is
next reply other threads:[~2020-03-06 12:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 12:09 Tom de Vries [this message]
2020-03-06 14:19 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200306120857.GA4358@delia \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox