bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Some "the the" typos in binutils-2.14


From: Bruno Rohee
Subject: Some "the the" typos in binutils-2.14
Date: Thu, 30 Oct 2003 14:25:19 +0100
User-agent: Mutt/1.4.1i

A few "the the" typos are in the source, most in the documentation, some
in comments. Here's a patch to fix them.

There are some in ChnageLogs too but I did not touch them in case they
are autogenerated from CVS...

diff -ru binutils-2.14.orig/bfd/doc/bfd.info-1 binutils-2.14/bfd/doc/bfd.info-1
--- binutils-2.14.orig/bfd/doc/bfd.info-1       Tue May  6 04:15:41 2003
+++ binutils-2.14/bfd/doc/bfd.info-1    Thu Oct 30 14:02:42 2003
@@ -740,7 +740,7 @@
    *Synopsis*
      bfd_boolean bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd);
    *Description*
-Copy private BFD information from the BFD IBFD to the the BFD OBFD.
+Copy private BFD information from the BFD IBFD to the BFD OBFD.
 Return `TRUE' on success, `FALSE' on error.  Possible error returns are:
 
    * `bfd_error_no_memory' - Not enough memory exists to create private
@@ -756,7 +756,7 @@
    *Synopsis*
      bfd_boolean bfd_merge_private_bfd_data (bfd *ibfd, bfd *obfd);
    *Description*
-Merge private BFD information from the BFD IBFD to the the output file
+Merge private BFD information from the BFD IBFD to the output file
 BFD OBFD when linking.  Return `TRUE' on success, `FALSE' on error.
 Possible error returns are:
 
diff -ru binutils-2.14.orig/binutils/doc/binutils.info-2 
binutils-2.14/binutils/doc/binutils.info-2
--- binutils-2.14.orig/binutils/doc/binutils.info-2     Thu Jun 12 16:33:05 2003
+++ binutils-2.14/binutils/doc/binutils.info-2  Thu Oct 30 13:59:30 2003
@@ -759,7 +759,7 @@
 
      _Warning:_ `c++filt' is a new utility, and the details of its user
      interface are subject to change in future releases.  In particular,
-     a command-line option may be required in the the future to decode
+     a command-line option may be required in the future to decode
      a name passed as an argument on the command line; in other words,
 
           c++filt SYMBOL
diff -ru binutils-2.14.orig/binutils/doc/binutils.texi 
binutils-2.14/binutils/doc/binutils.texi
--- binutils-2.14.orig/binutils/doc/binutils.texi       Thu Apr 24 09:58:49 2003
+++ binutils-2.14/binutils/doc/binutils.texi    Thu Oct 30 13:58:56 2003
@@ -2278,7 +2278,7 @@
 @quotation
 @emph{Warning:} @command{c++filt} is a new utility, and the details of its
 user interface are subject to change in future releases.  In particular,
-a command-line option may be required in the the future to decode a name
+a command-line option may be required in the future to decode a name
 passed as an argument on the command line; in other words, 
 
 @example
diff -ru binutils-2.14.orig/binutils/ieee.c binutils-2.14/binutils/ieee.c
--- binutils-2.14.orig/binutils/ieee.c  Sat Nov 30 09:39:41 2002
+++ binutils-2.14/binutils/ieee.c       Thu Oct 30 14:00:43 2003
@@ -1281,7 +1281,7 @@
   switch (info->blockstack.bsp->kind)
     {
     case 2:
-      /* When we end the global typedefs block, we copy out the the
+      /* When we end the global typedefs block, we copy out the
          contents of info->vars.  This is because the variable indices
          may be reused in the local blocks.  However, we need to
          preserve them so that we can locate a function returning a
diff -ru binutils-2.14.orig/binutils/stabs.c binutils-2.14/binutils/stabs.c
--- binutils-2.14.orig/binutils/stabs.c Thu Mar  6 17:45:42 2003
+++ binutils-2.14/binutils/stabs.c      Thu Oct 30 14:01:29 2003
@@ -2053,7 +2053,7 @@
    describing the type.
 
    PP points to a character pointer that points to the next unconsumed token
-   in the the stabs string.  For example, given stabs "A:T4=s4a:1,0,32;;",
+   in the stabs string.  For example, given stabs "A:T4=s4a:1,0,32;;",
    *PP will point to "4a:1,0,32;;".  */
 
 static debug_type
diff -ru binutils-2.14.orig/gas/config/obj-vms.c 
binutils-2.14/gas/config/obj-vms.c
--- binutils-2.14.orig/gas/config/obj-vms.c     Fri Dec 13 01:01:47 2002
+++ binutils-2.14/gas/config/obj-vms.c  Thu Oct 30 14:03:47 2003
@@ -4583,7 +4583,7 @@
       /* Ignore fragments with no data.  */
       if ((fragP->fr_fix == 0) && (fragP->fr_var == 0))
        continue;
-      /* Go the the appropriate offset in the Text Psect.  */
+      /* Go the appropriate offset in the Text Psect.  */
       VMS_Set_Psect (Text_Psect, fragP->fr_address, OBJ_S_C_TIR);
       /* Store the "fixed" part.  */
       if (fragP->fr_fix)
diff -ru binutils-2.14.orig/gas/doc/as.info-4 binutils-2.14/gas/doc/as.info-4
--- binutils-2.14.orig/gas/doc/as.info-4        Thu Jun 12 16:33:08 2003
+++ binutils-2.14/gas/doc/as.info-4     Thu Oct 30 14:04:57 2003
@@ -1123,7 +1123,7 @@
      used by.
 
 `-mapcs-float'
-     This indicates the the floating point variant of the APCS should be
+     This indicates the floating point variant of the APCS should be
      used.  In this variant floating point arguments are passed in FP
      registers rather than integer registers.
 
diff -ru binutils-2.14.orig/gas/doc/c-arm.texi binutils-2.14/gas/doc/c-arm.texi
--- binutils-2.14.orig/gas/doc/c-arm.texi       Tue Mar 25 21:55:59 2003
+++ binutils-2.14/gas/doc/c-arm.texi    Thu Oct 30 14:04:30 2003
@@ -199,7 +199,7 @@
 
 @cindex @code{-mapcs-float} command line option, ARM
 @item -mapcs-float
-This indicates the the floating point variant of the APCS should be
+This indicates the floating point variant of the APCS should be
 used.  In this variant floating point arguments are passed in FP
 registers rather than integer registers.
 
diff -ru binutils-2.14.orig/gprof/gprof.info-2 binutils-2.14/gprof/gprof.info-2
--- binutils-2.14.orig/gprof/gprof.info-2       Tue May  6 04:15:45 2003
+++ binutils-2.14/gprof/gprof.info-2    Thu Oct 30 14:07:46 2003
@@ -254,7 +254,7 @@
 ===========================
 
    Some of the figures in the call graph are estimates--for example, the
-`children' time values and all the the time figures in caller and
+`children' time values and all the time figures in caller and
 subroutine lines.
 
    There is no direct information about these measurements in the
diff -ru binutils-2.14.orig/gprof/gprof.texi binutils-2.14/gprof/gprof.texi
--- binutils-2.14.orig/gprof/gprof.texi Tue Jul 30 09:02:54 2002
+++ binutils-2.14/gprof/gprof.texi      Thu Oct 30 14:07:31 2003
@@ -1596,7 +1596,7 @@
 @section Estimating @code{children} Times
 
 Some of the figures in the call graph are estimates---for example, the
address@hidden time values and all the the time figures in caller and
address@hidden time values and all the time figures in caller and
 subroutine lines.
 
 There is no direct information about these measurements in the profile
diff -ru binutils-2.14.orig/include/gdb/remote-sim.h 
binutils-2.14/include/gdb/remote-sim.h
--- binutils-2.14.orig/include/gdb/remote-sim.h Fri Feb 28 00:13:32 2003
+++ binutils-2.14/include/gdb/remote-sim.h      Thu Oct 30 14:06:14 2003
@@ -258,7 +258,7 @@
    that information is not directly accessable via this interface.
 
    SIM_SIGNALLED: The program has been terminated by a signal. The
-   simulator has encountered target code that causes the the program
+   simulator has encountered target code that causes the program
    to exit with signal SIGRC.
 
    SIM_RUNNING, SIM_POLLING: The return of one of these values
diff -ru binutils-2.14.orig/include/hp-symtab.h 
binutils-2.14/include/hp-symtab.h
--- binutils-2.14.orig/include/hp-symtab.h      Wed Mar 14 03:27:43 2001
+++ binutils-2.14/include/hp-symtab.h   Thu Oct 30 14:05:50 2003
@@ -371,7 +371,7 @@
    ADDRESS points to an SLT entry from which line number and code locations
    may be determined.
 
-   ENTRYADDR is the memory address corresponding the the function's entry point
+   ENTRYADDR is the memory address corresponding the function's entry point
 
    RETVAL points to a LNTT entry describing the function's return value.
 
@@ -737,7 +737,7 @@
 
      00 for a constant lower bound (found in LOWBOUND).
 
-     01 for a dynamic lower bound with the lower bound found in the the
+     01 for a dynamic lower bound with the lower bound found in the
      memory address pointed to by LOWBOUND.
 
      10 for a dynamic lower bound described by an variable found in the
diff -ru binutils-2.14.orig/ld/ld.info-5 binutils-2.14/ld/ld.info-5
--- binutils-2.14.orig/ld/ld.info-5     Thu Jun 12 16:33:09 2003
+++ binutils-2.14/ld/ld.info-5  Thu Oct 30 14:07:13 2003
@@ -317,7 +317,7 @@
      are not being renamed, and do _not_ use the `--export-all-symbols'
      option.  If you list only the renamed symbols in the DEF file, and
      use `--export-all-symbols' to handle the other symbols, then the
-     both the new names _and_ the original names for the the renamed
+     both the new names _and_ the original names for the renamed
      symbols will be exported.  In effect, you'd be aliasing those
      symbols, not renaming them, which is probably not what you wanted.
 
diff -ru binutils-2.14.orig/ld/ld.texinfo binutils-2.14/ld/ld.texinfo
--- binutils-2.14.orig/ld/ld.texinfo    Tue Apr 15 10:51:54 2003
+++ binutils-2.14/ld/ld.texinfo Thu Oct 30 14:06:33 2003
@@ -5106,7 +5106,7 @@
 @samp{--export-all-symbols} option.  If you list only the 
 renamed symbols in the DEF file, and use @samp{--export-all-symbols} 
 to handle the other symbols, then the both the new names @emph{and} 
-the original names for the the renamed symbols will be exported.  
+the original names for the renamed symbols will be exported.  
 In effect, you'd be aliasing those symbols, not renaming them, 
 which is probably not what you wanted.
 @end table

-- 
You never know how many friends you have until you rent a house on the
beach.

.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]