From 6471e7d23de333a63a119220d59b920c6aaef562 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 17 Jan 2019 10:19:44 -0700 Subject: 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 * 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". --- gdb/solib-dsbt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib-dsbt.c') diff --git a/gdb/solib-dsbt.c b/gdb/solib-dsbt.c index 5a16183..2031014 100644 --- a/gdb/solib-dsbt.c +++ b/gdb/solib-dsbt.c @@ -650,7 +650,7 @@ dsbt_current_sos (void) /* Locate the address of the first link map struct. */ lm_addr = lm_base (); - /* We have at least one link map entry. Fetch the the lot of them, + /* We have at least one link map entry. Fetch the lot of them, building the solist chain. */ while (lm_addr) { -- cgit v1.1