From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26340 invoked by alias); 5 Mar 2004 20:15:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26332 invoked from network); 5 Mar 2004 20:15:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Mar 2004 20:15:34 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i25KFXb22367 for ; Fri, 5 Mar 2004 15:15:33 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i25KFWM00929; Fri, 5 Mar 2004 15:15:32 -0500 Received: from redhat.com (dhcp-172-16-25-160.sfbay.redhat.com [172.16.25.160]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i25KFVR27940; Fri, 5 Mar 2004 12:15:31 -0800 Message-ID: <4048DFE3.5070902@redhat.com> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix typo in sparc-tdep.c References: <200403051534.i25FYgNh035582@elgar.kettenis.dyndns.org> In-Reply-To: <200403051534.i25FYgNh035582@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00109.txt.bz2 Message-ID: <20040319000900.k-5VSAwOWnYetWNoKBW5mshyJfN35eil_uPasPuQBQs@z> Mark Kettenis wrote: > Repeated word. > > Committed, > > Mark While you're at it -- s/origional/original/g > > > Index: ChangeLog > from Mark Kettenis > > * sparc-tdep.c: Fix typo in comment. > > Index: sparc-tdep.c > =================================================================== > RCS file: /cvs/src/src/gdb/sparc-tdep.c,v > retrieving revision 1.150 > diff -u -p -r1.150 sparc-tdep.c > --- sparc-tdep.c 4 Mar 2004 10:10:33 -0000 1.150 > +++ sparc-tdep.c 5 Mar 2004 15:34:03 -0000 > @@ -43,12 +43,11 @@ > > struct regset; > > -/* This file implements the The SPARC 32-bit ABI as defined by the > - section "Low-Level System Information" of the SPARC Compliance > - Definition (SCD) 2.4.1, which is the 32-bit System V psABI for > - SPARC. The SCD lists changes with respect to the origional 32-bit > - psABI as defined in the "System V ABI, SPARC Processor > - Supplement". > +/* This file implements the SPARC 32-bit ABI as defined by the section > + "Low-Level System Information" of the SPARC Compliance Definition > + (SCD) 2.4.1, which is the 32-bit System V psABI for SPARC. The SCD > + lists changes with respect to the origional 32-bit psABI as defined > + in the "System V ABI, SPARC Processor Supplement". > > Note that if we talk about SunOS, we mean SunOS 4.x, which was > BSD-based, which is sometimes (retroactively?) referred to as >