diff mbox

[wwwdocs] Fix spelling of "cost model" in gcc-4.9/changes.html

Message ID alpine.LSU.2.11.1408231757510.3274@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 23, 2014, 3:59 p.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.78
diff -u -r1.78 changes.html
--- gcc-4.9/changes.html	16 Jul 2014 09:51:24 -0000	1.78
+++ gcc-4.9/changes.html	23 Aug 2014 15:58:24 -0000
@@ -132,7 +132,7 @@ 
 	><code>-fsimd-cost-model=</code></a> option permits to tune the
 	vectorization cost model for loops annotated with OpenMP and Cilk
 	Plus <code>simd</code> directives; <code>-Wopenmp-simd</code> warns when
-	the current costmodel overrides simd directives set by the user.</li>
+	the current cost model overrides simd directives set by the user.</li>
     <li>The <code>-Wdate-time</code> option has been added for the C, C++ and
 	Fortran compilers, which warns when the <code>__DATE__</code>,
 	<code>__TIME__</code> or <code>__TIMESTAMP__</code> macros are used.