summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornbehrnd <nbehrnd@users.noreply.github.com>2024-04-04 17:36:04 +0200
committerGitHub <noreply@github.com>2024-04-04 17:36:04 +0200
commit4c3a442457ca30c02b4593f681b4d9cd5ee63ee1 (patch)
treeedd7c434e4955ec5640deab4c123dd2e0c09c10b
parent1f71450a4c8f222bf646ed326359881807626d4b (diff)
correct typo
-rw-r--r--fortran90.html.markdown2
1 files changed, 1 insertions, 1 deletions
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)