diff mbox

fix typo in doc/extend.texi, committed as obvious

Message ID 4E1ED5F2.2080908@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose July 14, 2011, 11:41 a.m. UTC
fix a typo in doc/extend.texi, committed as obvious.

  Matthias
2011-07-14  Matthias Klose <doko@ubuntu.com>

	* doc/extend.texi (optimize attribute): Fix typo.

Comments

Richard Biener July 14, 2011, 11:44 a.m. UTC | #1
On Thu, Jul 14, 2011 at 1:41 PM, Matthias Klose <doko@ubuntu.com> wrote:
> fix a typo in doc/extend.texi, committed as obvious.

 Specify the architecture to generate code for when compiling the
-function.  If you select the @code{"target("cpu=power7)"} attribute when
+function.  If you select the @code{"target("cpu=power7")} attribute when

still mismatched number of '"'s.  I suggest to drop the first one.

Richard.

>  Matthias
>
>
>
Matthias Klose July 14, 2011, 11:48 a.m. UTC | #2
On 07/14/2011 01:44 PM, Richard Guenther wrote:
> On Thu, Jul 14, 2011 at 1:41 PM, Matthias Klose <doko@ubuntu.com> wrote:
>> fix a typo in doc/extend.texi, committed as obvious.
> 
>  Specify the architecture to generate code for when compiling the
> -function.  If you select the @code{"target("cpu=power7)"} attribute when
> +function.  If you select the @code{"target("cpu=power7")} attribute when
> 
> still mismatched number of '"'s.  I suggest to drop the first one.

fixed as well.
diff mbox

Patch

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 176263)
+++ doc/extend.texi	(working copy)
@@ -3594,7 +3594,7 @@ 
 @item cpu=@var{CPU}
 @cindex @code{target("cpu=@var{CPU}")} attribute
 Specify the architecture to generate code for when compiling the
-function.  If you select the @code{"target("cpu=power7)"} attribute when
+function.  If you select the @code{"target("cpu=power7")} attribute when
 generating 32-bit code, VSX and Altivec instructions are not generated
 unless you use the @option{-mabi=altivec} option on the command line.