This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix a typo


Hi,

I checked in this patch.


H.J.
--
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/binutils/ChangeLog,v
retrieving revision 1.1659
diff -u -p -r1.1659 ChangeLog
--- ChangeLog	15 Jul 2010 07:58:47 -0000	1.1659
+++ ChangeLog	17 Jul 2010 14:40:56 -0000
@@ -1,3 +1,7 @@
+2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* objcopy.c (copy_usage): Fix a typo.
+
 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
 
 	* dllwrap.c (main): Make sure is_leading_underscore
Index: objcopy.c
===================================================================
RCS file: /cvs/src/src/binutils/objcopy.c,v
retrieving revision 1.143
diff -u -p -r1.143 objcopy.c
--- objcopy.c	29 Jun 2010 08:47:40 -0000	1.143
+++ objcopy.c	17 Jul 2010 14:40:56 -0000
@@ -546,7 +546,7 @@ copy_usage (FILE *stream, int exit_statu
      --stack <reserve>[,<commit>]  Set PE reserve/commit stack to <reserve>/\n\
                                    <commit>\n\
      --subsystem <name>[:<version>]\n\
-                                   Set PE subsystem to <name> [& <version>]\n]\
+                                   Set PE subsystem to <name> [& <version>]]\n\
   -v --verbose                     List all object files modified\n\
   @<file>                          Read options from <file>\n\
   -V --version                     Display this program's version number\n\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]