diff options
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index cabdf0e..55439f8 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -168,9 +168,9 @@ MY(mkobject) (abfd) /* Copy private section data. This actually does nothing with the sections. It copies the subformat field. We copy it here, because - we know whether this is a QMAGIC file before we set the section - contents, and copy_private_bfd_data is not called until after the - section contents have been set. */ + we need to know whether this is a QMAGIC file before we set the + section contents, and copy_private_bfd_data is not called until + after the section contents have been set. */ /*ARGSUSED*/ static boolean |