]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi: Fix '#pragma GCC option' typo.
authorRichard Sandiford <rdsandiford@googlemail.com>
Fri, 2 Jan 2009 11:54:57 +0000 (11:54 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 2 Jan 2009 11:54:57 +0000 (11:54 +0000)
gcc/
* doc/extend.texi: Fix '#pragma GCC option' typo.

From-SVN: r143010

gcc/ChangeLog
gcc/doc/extend.texi

index d3397552848abe465f75edb1ec6a518abfa282ec..1757883fcac64ed63f04ddb74f28eb4fd1e64316 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * doc/extend.texi: Fix '#pragma GCC option' typo.
+
 2009-01-02 Richard Guenther <rguenther@suse.de>
 
        * doc/install.texi (--enable-checking): Mention different
index 43e91afe8b42587c438bf476351c0ab96fb28706..dc9a2ee161b0ec7562b5be9ddcd44167ff65a65b 100644 (file)
@@ -2848,7 +2848,7 @@ are assumed to be used with a @code{-f} prefix.  You can also use the
 @samp{#pragma GCC optimize} pragma to set the optimization options
 that affect more than one function.
 @xref{Function Specific Option Pragmas}, for details about the
-@samp{#pragma GCC option} pragma.
+@samp{#pragma GCC optimize} pragma.
 
 This can be used for instance to have frequently executed functions
 compiled with more aggressive optimization options that produce faster