From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4919 invoked by alias); 4 Feb 2011 01:49:41 -0000 Received: (qmail 4881 invoked by uid 22791); 4 Feb 2011 01:49:40 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_BF,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Feb 2011 01:49:33 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p141nM3H021893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Feb 2011 20:49:25 -0500 Received: from localhost.localdomain.redhat.com (vpn-11-140.rdu.redhat.com [10.11.11.140]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p141nEfK006803; Thu, 3 Feb 2011 20:49:15 -0500 To: Ed Cc: libffi-discuss@sourceware.org Subject: Re: [PATCH] grammar nit in src/powerpc/asm.h In-Reply-To: <4D254FDB.5090907@kdtc.net> (ed@kdtc.net's message of "Thu, 06 Jan 2011 13:15:07 +0800") References: <4CB299C3.3090409@kdtc.net> <4D254FDB.5090907@kdtc.net> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) From: Anthony Green Date: Fri, 04 Feb 2011 01:49:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2011/txt/msg00021.txt.bz2 Ed writes: > Ed wrote: >> Hi, >> >> I"m a beginning Seamonkey dev and am fixing a bug in the sources >> that require an upstream review from the libffi devs. Thanks Ed. AG >> >> In asm.h, line 45 : s/ a the / the / >> >> Patch attached for review. >> >> Edmund > > Pinging patch for review. > > > > diff --git a/src/powerpc/asm.h b/src/powerpc/asm.h > index e86e6b0..994f62d 100644 > --- a/src/powerpc/asm.h > +++ b/src/powerpc/asm.h > @@ -42,7 +42,7 @@ > > /* If compiled for profiling, call `_mcount' at the start of each function. */ > #ifdef PROF > -/* The mcount code relies on a the return address being on the stack > +/* The mcount code relies on the return address being on the stack > to locate our caller and so it can restore it; so store one just > for its benefit. */ > #ifdef PIC