Skip to content

Commit e51cc4a

Browse files
committed
fix typos
1 parent 635652c commit e51cc4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/docs/ModFiles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Module files are Fortran free form source code.
4545
(One can, in principle, copy `foo.mod` into `tmp.f90`, recompile it,
4646
and obtain a matching `foo.mod` file.)
4747
They include the declarations of all visible locally defined entities along
48-
with the private entities on which thef depend.
48+
with the private entities on which they depend.
4949

5050
### Header
5151

@@ -72,9 +72,9 @@ marked with explicit kind values.
7272
Declarations of objects, interfaces, types, and other entities are
7373
regenerated from the compiler's symbol table.
7474
So entity declarations that spanned multiple statements in the source
75-
program are effectivel collapsed into a single *type-declaration-statement*.
75+
program are effectively collapsed into a single *type-declaration-statement*.
7676
Constant expressions that appear in initializers, bounds, and other sites
77-
appear in the module file in as their folded values.
77+
appear in the module file as their folded values.
7878
Any compiler directives (`!omp$`, `!acc$`, &c.) relevant to the declarations
7979
of names are also included in the module file.
8080

0 commit comments

Comments
 (0)