]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in comment in previous delta
authorNick Clifton <nickc@redhat.com>
Mon, 12 Jan 2004 13:34:30 +0000 (13:34 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 12 Jan 2004 13:34:30 +0000 (13:34 +0000)
binutils/objcopy.c

index 212b9bf482ac13551432c83b741a6b0772835b79..1d71d9d9c50f2d8cae968d7bb0bd099f76697f37 100644 (file)
@@ -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)