This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][wwwdocs][obvious] Fix typo in -finline-matmul
- From: Kyrill Tkachov <kyrylo dot tkachov at arm dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 16 Jun 2015 09:48:46 +0100
- Subject: [PATCH][wwwdocs][obvious] Fix typo in -finline-matmul
- Authentication-results: sourceware.org; auth=none
Hi all,
As per subject, committed the attached as obvious.
Cheers,
Kyrill
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.11
diff -U 3 -r1.11 changes.html
--- htdocs/gcc-6/changes.html 7 Jun 2015 10:02:28 -0000 1.11
+++ htdocs/gcc-6/changes.html 16 Jun 2015 08:47:28 -0000
@@ -61,7 +61,7 @@
cases if front-end optimization is active. The maximum size for
inlining can be set to <code>n</code> with the
<code>-finline-matmul-limit=n</code> option and turned off
- with <code>-finine-matmul-llimit=0</code>.</li>
+ with <code>-finline-matmul-llimit=0</code>.</li>
<li>The <code>-Wconversion-extra</code> option will warn about
<code>REAL</code> constants which have excess precision for
their kind.</li>