From: Nick Clifton Date: Mon, 12 Jan 2004 13:34:30 +0000 (+0000) Subject: Fix typo in comment in previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b8c74e64fb62c37f18253dd6e8a896b54d92bab;p=binutils-gdb.git Fix typo in comment in previous delta --- diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 212b9bf482a..1d71d9d9c50 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)