[flang] Fix typo

Original-commit: flang-compiler/f18@242ff9d229
Reviewed-on: https://github.com/flang-compiler/f18/pull/126
Tree-same-pre-rewrite: false
This commit is contained in:
Tim Keith 2018-07-16 16:45:58 -07:00
parent f95c663c09
commit 5934a01c58

View file

@ -17,7 +17,7 @@ between the module name and extension, e.g. `<modulename>-f18.mod`.
## Format
The proposed format for module files is a Fortran source.
The proposed format for module files is Fortran source.
Declarations of all visibile entities will be included, along with private
entities that they depend on. Executable statements will be omitted.