gcc/
* doc/extend.texi: Fix '#pragma GCC option' typo.
From-SVN: r143010
+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
@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