diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:39:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-08-07 19:39:55 +0000 |
commit | 46f5aac8f58529a66cbad99dbc44b85227bbebe9 (patch) | |
tree | 2a26be353c1b027c04df2928b62b84b6b69b3bbb /bfd/elf64-ia64.c | |
parent | 7e984c814e5d7b29c040160ffaf7fbffff32ad0c (diff) | |
download | gdb-46f5aac8f58529a66cbad99dbc44b85227bbebe9.zip gdb-46f5aac8f58529a66cbad99dbc44b85227bbebe9.tar.gz gdb-46f5aac8f58529a66cbad99dbc44b85227bbebe9.tar.bz2 |
2000-08-07 Kazu Hirata <kazu@hxi.com>
* ieee.c: Fix a comment typo.
* elf64-ia64.c: Likewise.
Diffstat (limited to 'bfd/elf64-ia64.c')
-rw-r--r-- | bfd/elf64-ia64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf64-ia64.c b/bfd/elf64-ia64.c index a8bebf2..11704e5 100644 --- a/bfd/elf64-ia64.c +++ b/bfd/elf64-ia64.c @@ -620,8 +620,8 @@ elf64_ia64_relax_section (abfd, sec, link_info, again) boolean changed_contents = false; boolean changed_relocs = false; - /* Assume we're not going to change any sizes, and we we'll only - need one pass. */ + /* Assume we're not going to change any sizes, and we'll only need + one pass. */ *again = false; /* Nothing to do if there are no relocations. */ |