aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-17 10:19:44 -0700
committerTom Tromey <tom@tromey.com>2019-01-17 10:22:44 -0700
commit6471e7d23de333a63a119220d59b920c6aaef562 (patch)
tree7138798923cabf3a27f7534d1fc606cf5f6f53c0 /gdb/aarch64-tdep.c
parentdee3ee22244df9c8b3220af7f4361e69adb84c97 (diff)
downloadfsf-binutils-gdb-6471e7d23de333a63a119220d59b920c6aaef562.zip
fsf-binutils-gdb-6471e7d23de333a63a119220d59b920c6aaef562.tar.gz
fsf-binutils-gdb-6471e7d23de333a63a119220d59b920c6aaef562.tar.bz2
Replace "the the" with "the"
This replaces "the the" with "the" in various comments. Tested by rebuilding. This didn't test the solib-dsbt.c change, but it looks harmless. gdb/ChangeLog 2019-01-17 Tom Tromey <tromey@bapiya> * valprint.c: Replace "the the" with "the". * symtab.c: Replace "the the" with "the". * solib.c: Replace "the the" with "the". * solib-dsbt.c: Replace "the the" with "the". * linespec.c: Replace "the the" with "the". * dwarf2loc.h: Replace "the the" with "the". * amd64-windows-tdep.c: Replace "the the" with "the". * aarch64-tdep.c: Replace "the the" with "the".
Diffstat (limited to 'gdb/aarch64-tdep.c')
-rw-r--r--gdb/aarch64-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c
index 6c1b0eb..b051563 100644
--- a/gdb/aarch64-tdep.c
+++ b/gdb/aarch64-tdep.c
@@ -1932,7 +1932,7 @@ aarch64_extract_return_value (struct type *type, struct regcache *regs,
|| TYPE_IS_REFERENCE (type)
|| TYPE_CODE (type) == TYPE_CODE_ENUM)
{
- /* If the the type is a plain integer, then the access is
+ /* If the type is a plain integer, then the access is
straight-forward. Otherwise we have to play around a bit
more. */
int len = TYPE_LENGTH (type);