Comment typo fixes.
authorAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 10:26:01 +0000 (10:26 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 10:26:01 +0000 (10:26 +0000)
bfd/ChangeLog
bfd/dwarf2.c
bfd/elf.c
bfd/elf32-m32r.c
bfd/elf32-ppc.c
bfd/elflink.h

index 89da4f21d9f24c9f78797647874e874191ae5984..463ed25cfd50e81e73fc634b4e9ecf520a42cd97 100644 (file)
@@ -1,3 +1,12 @@
+2002-12-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf2.c (comp_unit_contains_address): Comment typo fix.
+       * elf.c (get_program_header_size): Likewise.
+       * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
+       (m32r_elf_generic_reloc): Likewise.
+       * elf32-ppc.c (ppc_elf_howto_init): Likewise.
+       * elflink.h (elf_bfd_discard_info): Likewise.
+
 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
 
        * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
index bdf7f3f230c67cf3409c4f49123e3d7b3dfc5eb7..e7077a1b4c4f3c11f09b3462dd949532fbaf7929 100644 (file)
@@ -1756,7 +1756,7 @@ comp_unit_contains_address (unit, addr)
    FUNCTIONNAME_PTR, and LINENUMBER_PTR, are pointers to the objects
    to be filled in.
 
-   Return TRUE of UNIT contains ADDR, and no errors were encountered;
+   Return TRUE if UNIT contains ADDR, and no errors were encountered;
    FALSE otherwise.  */
 
 static bfd_boolean
index b1128f243a8c2c854f0268b5e1db633bbe992762..45c7d753cb3d334984828c818c48a8e1b8f88570 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -4051,7 +4051,7 @@ get_program_header_size (abfd)
     {
       /* If we have a loadable interpreter section, we need a
         PT_INTERP segment.  In this case, assume we also need a
-        PT_PHDR segment, although that may not be TRUE for all
+        PT_PHDR segment, although that may not be true for all
         targets.  */
       segs += 2;
     }
index 8bfe91a1f765ee90f76fb303cc9ddbca3f16dd00..b53f50a89afadb0e012d7e1c6550edcc561da287 100644 (file)
@@ -571,7 +571,7 @@ m32r_elf_lo16_reloc (input_bfd, reloc_entry, symbol, data,
 
   /* Now do the LO16 reloc in the usual way.
      ??? It would be nice to call bfd_elf_generic_reloc here,
-     but we have partial_inplace == TRUE.  bfd_elf_generic_reloc will
+     but we have partial_inplace set.  bfd_elf_generic_reloc will
      pass the handling back to bfd_install_relocation which will install
      a section relative addend which is wrong.  */
   return m32r_elf_generic_reloc (input_bfd, reloc_entry, symbol, data,
@@ -609,7 +609,7 @@ m32r_elf_generic_reloc (input_bfd, reloc_entry, symbol, data,
 
   /* Now do the reloc in the usual way.
      ??? It would be nice to call bfd_elf_generic_reloc here,
-     but we have partial_inplace == TRUE.  bfd_elf_generic_reloc will
+     but we have partial_inplace set.  bfd_elf_generic_reloc will
      pass the handling back to bfd_install_relocation which will install
      a section relative addend which is wrong.  */
 
index 7cb4d86312b1b80651177d10de53ccd8f270692f..791060168fbc3efa8d61407d0b7c3078e8202983 100644 (file)
@@ -958,7 +958,7 @@ ppc_elf_howto_init ()
 /* This function handles relaxing for the PPC with option --mpc860c0[=<n>].
 
    The MPC860, revision C0 or earlier contains a bug in the die.
-   If all of the following conditions are TRUE, the next instruction
+   If all of the following conditions are true, the next instruction
    to be executed *may* be treated as a no-op.
    1/ A forward branch is executed.
    2/ The branch is predicted as not taken.
index 39deca0c2f2bd27764d21d69b0ed437a5b646bca..ac3cd111e58f3581efcfd5623b9d736cb0014322 100644 (file)
@@ -8223,7 +8223,7 @@ elf_reloc_symbol_deleted_p (offset, cookie)
 /* Discard unneeded references to discarded sections.
    Returns TRUE if any section's size was changed.  */
 /* This function assumes that the relocations are in sorted order,
-   which is TRUE for all known assemblers.  */
+   which is true for all known assemblers.  */
 
 bfd_boolean
 elf_bfd_discard_info (output_bfd, info)