diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /bfd/sunos.c | |
parent | Fix Fission (broken by my previous patch) (diff) | |
download | binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip |
Fix spelling typos.
Diffstat (limited to 'bfd/sunos.c')
-rw-r--r-- | bfd/sunos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sunos.c b/bfd/sunos.c index 10f43549c92..6cfc26e44f7 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -2314,7 +2314,7 @@ sunos_write_dynamic_symbol (bfd *output_bfd, } /* This is called for each reloc against an external symbol. If this - is a reloc which are are going to copy as a dynamic reloc, then + is a reloc which are going to copy as a dynamic reloc, then copy it over, and tell the caller to not bother processing this reloc. */ |