diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-12 13:34:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-12 13:34:30 +0000 |
commit | 5b8c74e64fb62c37f18253dd6e8a896b54d92bab (patch) | |
tree | 77a53276bc36330644821da0fa7163dd66668767 /binutils | |
parent | 950d48e71801a10b8f600607049fc491565c80b2 (diff) | |
download | gdb-5b8c74e64fb62c37f18253dd6e8a896b54d92bab.zip gdb-5b8c74e64fb62c37f18253dd6e8a896b54d92bab.tar.gz gdb-5b8c74e64fb62c37f18253dd6e8a896b54d92bab.tar.bz2 |
Fix typo in comment in previous delta
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 212b9bf..1d71d9d 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1085,7 +1085,7 @@ add_redefine_syms_file (const char *filename) } /* Copy object file IBFD onto OBFD. - Trues TRUE upon success, FALSE otherwise. */ + Returns TRUE upon success, FALSE otherwise. */ static bfd_boolean copy_object (bfd *ibfd, bfd *obfd) |