From 73059910bcb435e9cf34510b29378fe5771a06cb Mon Sep 17 00:00:00 2001
From: Matthias Klose <doko@ubuntu.com>
Date: Thu, 14 Jul 2011 11:41:31 +0000
Subject: [PATCH] extend.texi (optimize attribute): Fix typo.

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

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

From-SVN: r176268
---
 gcc/ChangeLog       | 4 ++++
 gcc/doc/extend.texi | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9c5fed6ea2ad..9e2584407492 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-14  Matthias Klose <doko@ubuntu.com>
+
+	* doc/extend.texi (optimize attribute): Fix typo.
+
 2011-07-14  Richard Guenther  <rguenther@suse.de>
 
 	* gimplify.c (gimplify_expr): Only do required conversions.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 1817f5123d1e..b0961485b23b 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.
 
-- 
GitLab