diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 10:26:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 10:26:01 +0000 |
commit | ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0 (patch) | |
tree | d8c2ea5df3af09bdf679fe6647d5039e0597fc27 /bfd/elf.c | |
parent | 6348e046b7477703914eafb99866a269c186c496 (diff) | |
download | gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.zip gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.tar.gz gdb-ab3acfbe8d9b5c7eab7a3701ca9a0c23ae07acb0.tar.bz2 |
Comment typo fixes.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |