aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2011-07-14 11:41:31 +0000
committerMatthias Klose <doko@gcc.gnu.org>2011-07-14 11:41:31 +0000
commit73059910bcb435e9cf34510b29378fe5771a06cb (patch)
treed0ad7dec330c188e6983a8e500c8c2034701bdf1 /gcc/doc/extend.texi
parentbd5d002e9947ea14e6144a1955ab0e227fc0bcf9 (diff)
downloadgcc-73059910bcb435e9cf34510b29378fe5771a06cb.zip
gcc-73059910bcb435e9cf34510b29378fe5771a06cb.tar.gz
gcc-73059910bcb435e9cf34510b29378fe5771a06cb.tar.bz2
extend.texi (optimize attribute): Fix typo.
2011-07-14 Matthias Klose <doko@ubuntu.com> * doc/extend.texi (optimize attribute): Fix typo. From-SVN: r176268
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 1817f51..b096148 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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.