From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15323 invoked by alias); 9 Jun 2012 07:38:45 -0000 Received: (qmail 15140 invoked by uid 22791); 9 Jun 2012 07:38:43 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jun 2012 07:38:30 +0000 Received: by qabg27 with SMTP id g27so1278821qab.0 for ; Sat, 09 Jun 2012 00:38:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=DAzEMvKfcH76ZUaDW/LG3a4YRY/3LidISCXwlt16qB0=; b=bH8hOsmL89G+t2ISTibJ9QZgMX0wpV7VNTg+aMujKWL+zClE23rGWpb7lX4BPVeBMf XC8pHvhioW9vbmukXKYxHIACNtGCgIVG4zemOVp8gNW9Vn6ARCtaOUnlSgg0HWerYU9N k0Mc87f+6193GfsWxMn4vWaj39M0mmxqgjnBlqGNCd1dK8zDcr5Alhae7lG9prjcQMxd 7rN1WhVqt47XCFW58K0oip/vdMuPHvUReQBV9u0XnPASsAKqDbZa+jR3EL7+OwdLlxlT iPizyKj+ofpMbaQMAJJ8/Wgux1kJs/+/Ei3TSj0Qlp0UiCSksVcOlQtlOyGxoFGsuJ19 WUzQ== Received: by 10.224.72.210 with SMTP id n18mr1902207qaj.10.1339227509085; Sat, 09 Jun 2012 00:38:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.72.210 with SMTP id n18mr1902193qaj.10.1339227508857; Sat, 09 Jun 2012 00:38:28 -0700 (PDT) Received: by 10.224.63.209 with HTTP; Sat, 9 Jun 2012 00:38:28 -0700 (PDT) In-Reply-To: <87ipf1czqf.fsf@fleche.redhat.com> References: <87ipf1czqf.fsf@fleche.redhat.com> Date: Sat, 09 Jun 2012 07:38:00 -0000 Message-ID: Subject: Re: [RFA] Fix a typo From: Siva Chandra To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQlr2wPI+xqhBKCewRCyx3sgNW6TNqhiYwGIKkvVjSUDBsTBntHXciE3rzX6Bua+w7oTqU6I5wVmUSNLOCwqsuDJFbf+lHOuRFJuRvrSiHDJ04FB6lCNme65Wvk3obJ0WtMZld+p/oTzP/K+0Ehtouv9QZZmFQ== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00254.txt.bz2 On Sat, Jun 9, 2012 at 2:01 AM, Tom Tromey wrote: >>>>>> "Siva" =3D=3D Siva Chandra writes: > > Siva> The attached patch fixes, what looks to me like, a definite typo. > Siva> 2012-06-08 =A0Siva Chandra Reddy =A0 > Siva> =A0 =A0 =A0 =A0 * valarith.c (binop_types_user_defined_p): Fix a ty= po. > > This is ok. =A0Nice catch. > > If it is possible to write a test case for this, that would be nice to > have. =A0But maybe it isn't possible without other fixes ... ? Yes, I will add the tests with the next change. Committed the above patch n= ow. Thanks, Siva Chandra