]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ppcboot.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / bfd / ppcboot.c
index a0f96214819bc0eab85b7ab2b36656c708593718..dd0b96fcb01700444cf178fb7fbc493a90da2173 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for PPCbug boot records.
-   Copyright (C) 1996-2017 Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 Free Software Foundation, Inc.
    Written by Michael Meissner, Cygnus Support, <meissner@cygnus.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -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)