From 4c3a442457ca30c02b4593f681b4d9cd5ee63ee1 Mon Sep 17 00:00:00 2001 From: nbehrnd Date: Thu, 4 Apr 2024 17:36:04 +0200 Subject: correct typo --- fortran90.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran90.html.markdown b/fortran90.html.markdown index 434f1c02..3730f8b0 100644 --- a/fortran90.html.markdown +++ b/fortran90.html.markdown @@ -438,7 +438,7 @@ end module fruity ! ISO Standard Fortran 2008 introduced the DO CONCURRENT construct to allow you -! to express loop-level parallelis +! to express loop-level parallelism integer :: i real :: array(100) -- cgit v1.2.3