aboutsummaryrefslogtreecommitdiff
path: root/flang/docs/FortranForCProgrammers.md
diff options
context:
space:
mode:
Diffstat (limited to 'flang/docs/FortranForCProgrammers.md')
-rw-r--r--flang/docs/FortranForCProgrammers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/docs/FortranForCProgrammers.md b/flang/docs/FortranForCProgrammers.md
index 135e6b7..9023fdc 100644
--- a/flang/docs/FortranForCProgrammers.md
+++ b/flang/docs/FortranForCProgrammers.md
@@ -304,7 +304,7 @@ Preprocessing behavior varies across implementations and one should not depend o
much portability.
Preprocessing is typically requested by the use of a capitalized filename
suffix (e.g., "foo.F90") or a compiler command line option.
-(Since the F18 compiler always runs its built-in preprocessing stage,
+(Since Flang always runs its built-in preprocessing stage,
no special option or filename suffix is required.)
## "Object Oriented" Programming