diff mbox

[wwwdocs,obvious] Fix typo in -finline-matmul

Message ID 557FE2EE.4040608@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov June 16, 2015, 8:48 a.m. UTC
Hi all,

As per subject, committed the attached as obvious.

Cheers,
Kyrill
diff mbox

Patch

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>