aboutsummaryrefslogtreecommitdiff
path: root/flang/docs/ModFiles.md
diff options
context:
space:
mode:
Diffstat (limited to 'flang/docs/ModFiles.md')
-rw-r--r--flang/docs/ModFiles.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/docs/ModFiles.md b/flang/docs/ModFiles.md
index fc05c26..32d2784 100644
--- a/flang/docs/ModFiles.md
+++ b/flang/docs/ModFiles.md
@@ -36,7 +36,7 @@ but this one doesn't.
The disadvantage of using the same name as other compilers is that it is not
clear which compiler created a `.mod` file and files from multiple compilers
cannot be in the same directory. This can be solved by adding something
-between the module name and extension, e.g. `<modulename>-f18.mod`. When
+between the module name and extension, e.g. `<modulename>-flang.mod`. When
this is needed, Flang accepts the option `-module-suffix` to alter the suffix.
## Format