This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi 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] grammar nit in src/powerpc/asm.h


Ed <ed@kdtc.net> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]