* coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
[deliverable/binutils-gdb.git] / bfd / elf.c
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;
     }
This page took 0.023721 seconds and 4 git commands to generate.