diff mbox series

[committed] wwwdocs: Adjust note on OpenMP 4.5.

Message ID 20201027090349.43A0033E10@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Adjust note on OpenMP 4.5. | expand

Commit Message

Gerald Pfeifer Oct. 27, 2020, 9:03 a.m. UTC
I was going to fix "limitted" to "limited" and added this simplification. 
Turns out "limitted" had already been addressed, still worth improving
messaging, so I pushed the below.

Gerald

---
 htdocs/gcc-11/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index dcb7b134..08b54449 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -125,7 +125,7 @@  a work-in-progress.</p>
   <li>GCC 11 adds support for non-rectangular loop nests in OpenMP
       constructs and the allocator routines of
       <a href="https://www.openmp.org/specifications/">OpenMP 5.0</a>.
-      For Fortran, OpenMP 4.5 is now finally fully supported and OpenMP 5.0
+      For Fortran, OpenMP 4.5 is now fully supported and OpenMP 5.0
       support has been extended, including the following features which were
       before only available in C and C++: <code>order(concurrent)</code>,
       <code>device_type</code>,