aboutsummaryrefslogtreecommitdiff
path: root/flang/docs/OpenMP-semantics.md
diff options
context:
space:
mode:
Diffstat (limited to 'flang/docs/OpenMP-semantics.md')
-rw-r--r--flang/docs/OpenMP-semantics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/flang/docs/OpenMP-semantics.md b/flang/docs/OpenMP-semantics.md
index 57938af..9ba7595 100644
--- a/flang/docs/OpenMP-semantics.md
+++ b/flang/docs/OpenMP-semantics.md
@@ -14,7 +14,7 @@ local:
---
```
-## OpenMP for F18
+## OpenMP for Flang
1. Define and document the parse tree representation for
* Directives (listed below)
@@ -68,7 +68,7 @@ starting from `!$OMP`.
In `parser-tree.h`,
`OpenMPDeclarativeConstruct` is part
of the `SpecificationConstruct` and `SpecificationPart`
-in F18 because
+in Flang because
a declarative directive can only be placed in the specification part
of a Fortran program.