From: Tim Keith Date: Mon, 16 Jul 2018 23:45:58 +0000 (-0700) Subject: [flang] Fix typo X-Git-Tag: llvmorg-12-init~9537^2~2387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5934a01c58bd8d6309860f560438c307f47dcb95;p=platform%2Fupstream%2Fllvm.git [flang] Fix typo Original-commit: flang-compiler/f18@242ff9d229c376fbff9942844af12c876bd3e13f Reviewed-on: https://github.com/flang-compiler/f18/pull/126 Tree-same-pre-rewrite: false --- diff --git a/flang/documentation/mod-files.md b/flang/documentation/mod-files.md index 95a190d..c56c3a9 100644 --- a/flang/documentation/mod-files.md +++ b/flang/documentation/mod-files.md @@ -17,7 +17,7 @@ between the module name and extension, e.g. `-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.