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]

Re: PATCH: Fix a typo


On 17/07/2010 15:41, H.J. Lu wrote:
> Hi,
> 
> I checked in this patch.

    Hi HJ,

  I decided that that second close-square-bracket was almost certainly bogus
in the first place, and checked in this patch to delete it altogether.

	* objcopy.c (copy_usage): Tweak previous typofix.

    cheers,
      DaveK

Index: binutils/objcopy.c
===================================================================
RCS file: /cvs/src/src/binutils/objcopy.c,v
retrieving revision 1.144
diff -p -u -r1.144 objcopy.c
--- binutils/objcopy.c	17 Jul 2010 14:41:28 -0000	1.144
+++ binutils/objcopy.c	17 Jul 2010 19:31:51 -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]