extend.texi (optimize attribute): Fix (another) typo.
authorMatthias Klose <doko@gcc.gnu.org>
Thu, 14 Jul 2011 11:47:37 +0000 (11:47 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 14 Jul 2011 11:47:37 +0000 (11:47 +0000)
2011-07-14  Matthias Klose <doko@ubuntu.com>

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

From-SVN: r176269

gcc/doc/extend.texi

index b0961485b23b96d9d18b34c9af9030791e586d92..e97e789a752efd3d1aa963d8b5a2f3480db8a6b3 100644 (file)
@@ -3594,7 +3594,7 @@ away so that a longer more expensive calling sequence is required.
 @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.