From a087e6194c5fc8228205d93b567f789ad700e624 Mon Sep 17 00:00:00 2001 From: nickc Date: Mon, 12 Jan 2004 13:34:30 +0000 Subject: [PATCH] Fix typo in comment in previous delta --- binutils/objcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 212b9bf482..1d71d9d9c5 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) -- 2.11.0