]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Replace "the the" with "the"
authorTom Tromey <tom@tromey.com>
Thu, 17 Jan 2019 17:19:44 +0000 (10:19 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 17 Jan 2019 17:22:44 +0000 (10:22 -0700)
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".

gdb/ChangeLog
gdb/aarch64-tdep.c
gdb/amd64-windows-tdep.c
gdb/dwarf2loc.h
gdb/linespec.c
gdb/mi/mi-interp.c
gdb/nat/aarch64-sve-linux-sigcontext.h
gdb/solib-dsbt.c
gdb/solib.c
gdb/symtab.c
gdb/valprint.c

index a0700367dd5c2e3a18ab9bc693e6901b9e32c725..0b403c062d451fe41f03c133c5389fda0f456f8b 100644 (file)
@@ -1,3 +1,14 @@
+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".
+
 2019-01-16  Keith Seitz  <keiths@redhat.com>
 
        PR gdb/23773
index 6c1b0ebeb856a6c0cd1d4976d467fc2da705d2a3..b051563937834d5428585175e8b8182e9e483860 100644 (file)
@@ -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);
index a28b15f3a54f565e9447ba5d786cf8883b44426e..47feab98b0bf9749a6ed8a22e435a58f2cbd4fef 100644 (file)
@@ -419,7 +419,7 @@ static const enum amd64_regnum amd64_windows_w2gdb_regnum[] =
   AMD64_R15_REGNUM
 };
 
-/* Return TRUE iff PC is the the range of the function corresponding to
+/* Return TRUE iff PC is the range of the function corresponding to
    CACHE.  */
 
 static int
index 17c3bb424ff3ccfb49791dc7da549591d2e9375e..955e6f1b48a8535e1fd9323f39aec98fd7451f2c 100644 (file)
@@ -222,7 +222,7 @@ struct dwarf2_offset_baton
   LONGEST offset;
 
   /* The type of the object whose property is dynamic.  In the example
-     provided above, this would the the array's index type.  */
+     provided above, this would the array's index type.  */
   struct type *type;
 };
 
index 964697b7bcbd3f6be276bd500916f1bf06ed0cad..71346078d748a7cb7c7e6c7ee6ecd9dce8a5833b 100644 (file)
@@ -1445,7 +1445,7 @@ convert_results_to_lsals (struct linespec_state *self,
 
 /* A structure that contains two string representations of a struct
    linespec_canonical_name:
-     - one where the the symtab's fullname is used;
+     - one where the symtab's fullname is used;
      - one where the filename followed the "set filename-display"
        setting.  */
 
index d4baa485210875aef0e04be48ed2188f1d6f1525..e45ddfe31ad91d0d38c7b385ead6e3c466e3f405 100644 (file)
@@ -526,7 +526,7 @@ find_mi_interp (void)
 }
 
 /* Observers for several run control events that print why the
-   inferior has stopped to both the the MI event channel and to the MI
+   inferior has stopped to both the MI event channel and to the MI
    console.  If the MI interpreter is not active, print nothing.  */
 
 /* Observer for the signal_received notification.  */
index ef7379d95a724fe9d8e5a1358e2440a1764725a2..b2aa23298d6d98326e5d63473da8f2db685d9dad 100644 (file)
@@ -64,7 +64,7 @@ struct sve_context {
  * The same convention applies when returning from a signal: a caller
  * will need to remove or resize the sve_context block if it wants to
  * make the SVE registers live when they were previously non-live or
- * vice-versa.  This may require the the caller to allocate fresh
+ * vice-versa.  This may require the caller to allocate fresh
  * memory and/or move other context blocks in the signal frame.
  *
  * Changing the vector length during signal return is not permitted:
index 5a16183501639fa723bc6513dd087661b7bdc367..20310144f32b2e93d6864e89ff0dc5e1f294ca5d 100644 (file)
@@ -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)
     {
index 24f40d112491f08630d83ca9841b2dfd8ff4b1ad..30eac1d3f571c2001ac4ea077fc8e0885b202ebc 100644 (file)
@@ -233,7 +233,7 @@ solib_find_1 (const char *in_pathname, int *fd, int is_solib)
         | target:some/dir |           | /foo/bar.dll   |
 
        IOW, we don't need to add a separator if IN_PATHNAME already
-       has one, or when the the sysroot is exactly "target:".
+       has one, or when the sysroot is exactly "target:".
        There's no need to check for drive spec explicitly, as we only
        get here if IN_PATHNAME is considered an absolute path.  */
       need_dir_separator = !(IS_DIR_SEPARATOR (in_pathname[0])
index 29b24328fbed417490846af0587d90684a5fbfbf..b6751bec6baa6aec2a21bb6e1c6e843682bdc397 100644 (file)
@@ -2301,7 +2301,7 @@ lookup_symbol_in_objfile_symtabs (struct objfile *objfile, int block_index,
    Normally we only look in OBJFILE, and not any separate debug objfiles
    because the outer loop will cause them to be searched too.  This case is
    different.  Here we're called from search_symbols where it will only
-   call us for the the objfile that contains a matching minsym.  */
+   call us for the objfile that contains a matching minsym.  */
 
 static struct block_symbol
 lookup_symbol_in_objfile_from_linkage_name (struct objfile *objfile,
index 72a40dcc3283be454495476f5c8785fd7339f23f..a079c0025a748a3c4002984e0ea48c5f9b6ed4e9 100644 (file)
@@ -2513,7 +2513,7 @@ count_next_character (wchar_iterator *iter,
 
 /* Print the characters in CHARS to the OBSTACK.  QUOTE_CHAR is the quote
    character to use with string output.  WIDTH is the size of the output
-   character type.  BYTE_ORDER is the the target byte order.  OPTIONS
+   character type.  BYTE_ORDER is the target byte order.  OPTIONS
    is the user's print options.  */
 
 static void