From patchwork Thu Jul 14 11:41:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Klose X-Patchwork-Id: 104666 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id BB390B6F18 for ; Thu, 14 Jul 2011 21:42:17 +1000 (EST) Received: (qmail 19856 invoked by alias); 14 Jul 2011 11:42:13 -0000 Received: (qmail 19846 invoked by uid 22791); 14 Jul 2011 11:42:13 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from einhorn.in-berlin.de (HELO einhorn.in-berlin.de) (192.109.42.8) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jul 2011 11:41:42 +0000 X-Envelope-From: doko@ubuntu.com X-Envelope-To: Received: from [192.168.42.17] (dslb-088-073-080-077.pools.arcor-ip.net [88.73.80.77]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id p6EBfeDp031233 for ; Thu, 14 Jul 2011 13:41:40 +0200 Message-ID: <4E1ED5F2.2080908@ubuntu.com> Date: Thu, 14 Jul 2011 13:41:38 +0200 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: GCC Patches Subject: [patch] fix typo in doc/extend.texi, committed as obvious Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org fix a typo in doc/extend.texi, committed as obvious. Matthias 2011-07-14 Matthias Klose * doc/extend.texi (optimize attribute): Fix typo. 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.