This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 and spelling fixes in invoke.texi


On 16-Dec-2002, Jerry Quinn <jlquinn@optonline.net> wrote:
> This is some minor spelling and grammar fixes, originally just in the
> optimize flags section, but then I spell-checked the whole file and
> found a few more nits.  The original patch was conditionally approved here:
> 
> http://gcc.gnu.org/ml/gcc-patches/2002-09/msg00952.html
> 
> I have a copyright assignment in place now and the fixes asked for by
> Geoff are included.
> 
> 
> 2002-12-16  Jerry Quinn  <jlquinn@optonline.net>
> 
> 	* invoke.texi: Minor spelling and grammar fixes.

That looks fine to me.

I don't have authority to approve it, but I think this is OK to commit
this under the "obvious fix" rule.

I spotted another fix you could do while you're at it:

> @@ -7918,7 +7920,7 @@
>  This is the default choice for x86-64 compiler.
>  
>  @item sse,387
> -Attempt to utilize both instruction sets at once.  This effectivly double the
> +Attempt to utilize both instruction sets at once.  This effectively double the

s/double/doubles/

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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