From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29043 invoked by alias); 2 May 2006 13:44:39 -0000 Received: (qmail 29032 invoked by uid 22791); 2 May 2006 13:44:38 -0000 X-Spam-Check-By: sourceware.org Received: from mail.artimi.com (HELO mail.artimi.com) (217.40.213.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 May 2006 13:44:37 +0000 Received: from mail.artimi.com ([192.168.1.3]) by mail.artimi.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 2 May 2006 14:44:34 +0100 Received: from rainbow ([192.168.1.165]) by mail.artimi.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 2 May 2006 14:44:35 +0100 From: "Dave Korn" To: Subject: [PATCH] Fix typo in two binutils testsuite test names. Date: Tue, 02 May 2006 13:44:00 -0000 Message-ID: <020701c66dee$8c4b7fc0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0208_01C66DF6.EE0FE7C0" X-Mailer: Microsoft Office Outlook 11 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00046.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_0208_01C66DF6.EE0FE7C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-length: 652 :) Well, seeing as we're all looking at copy-?.d, and seeing as today there seem to be a lot of minor nits and cleanups going in, I noticed that 'setting' was mis-speeeled. Does anyone use these names for automated analysis, or shall we correct it? Tested by running the testsuite and seeing that it doesn't go wrong and that the right text ends up in the sum and log files! 2006-05-02 Dave Korn * binutils/testsuite/binutils-all/copy-1.d (name): Correct spelling of 'setting'. * binutils/testsuite/binutils-all/copy-1.d (name): Likewise. cheers, DaveK -- Can't think of a witty .sigline today.... ------=_NextPart_000_0208_01C66DF6.EE0FE7C0 Content-Type: application/octet-stream; name="typo-patch.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="typo-patch.diff" Content-length: 1707 Index: binutils/testsuite/binutils-all/copy-1.d=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /cvs/src/src/binutils/testsuite/binutils-all/copy-1.d,v=0A= retrieving revision 1.1=0A= diff -p -u -r1.1 copy-1.d=0A= --- binutils/testsuite/binutils-all/copy-1.d 26 Apr 2006 13:37:05 -0000 1.1= =0A= +++ binutils/testsuite/binutils-all/copy-1.d 2 May 2006 13:37:07 -0000=0A= @@ -1,7 +1,7 @@=0A= #PROG: objcopy=0A= #objdump: -h=0A= #objcopy: --set-section-flags .post_text_reserve=3Dcontents,alloc,load,rea= donly,code=0A= -#name: copy with seting section flags 1=0A= +#name: copy with setting section flags 1=0A= =20=0A= .*: +file format .*=0A= =20=0A= Index: binutils/testsuite/binutils-all/copy-2.d=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /cvs/src/src/binutils/testsuite/binutils-all/copy-2.d,v=0A= retrieving revision 1.2=0A= diff -p -u -r1.2 copy-2.d=0A= --- binutils/testsuite/binutils-all/copy-2.d 2 May 2006 12:17:30 -0000 1.2= =0A= +++ binutils/testsuite/binutils-all/copy-2.d 2 May 2006 13:37:07 -0000=0A= @@ -1,7 +1,7 @@=0A= #PROG: objcopy=0A= #objdump: -h=0A= #objcopy: --set-section-flags foo=3Dcontents,alloc,load,code=0A= -#name: copy with seting section flags 2=0A= +#name: copy with setting section flags 2=0A= #source: copytest.s=0A= #not-target: *-*-aout=0A= # Note - we use copytest.s and a section named "foo" rather=0A= ------=_NextPart_000_0208_01C66DF6.EE0FE7C0--