aboutsummaryrefslogtreecommitdiff
path: root/bfd/ppcboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/ppcboot.c')
-rw-r--r--bfd/ppcboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ppcboot.c b/bfd/ppcboot.c
index a0f9621..ce32abb 100644
--- a/bfd/ppcboot.c
+++ b/bfd/ppcboot.c
@@ -354,8 +354,8 @@ ppcboot_set_section_contents (bfd *abfd,
asection *s;
/* The lowest section VMA sets the virtual address of the start
- of the file. We use the set the file position of all the
- sections. */
+ of the file. We use the set the file position of all the
+ sections. */
low = abfd->sections->vma;
for (s = abfd->sections->next; s != NULL; s = s->next)
if (s->vma < low)