Skip to content

Commit 17ee182

Browse files
committed
Fix typo
1 parent ec8a235 commit 17ee182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flang/docs/FlangDriver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The automatically added libraries are:
185185
If the code is C/C++ based and invokes Fortran routines, one can either use Clang
186186
or Flang as the linker driver. If Clang is used, it will automatically all
187187
required runtime libraries needed by C++ (e.g., for STL) to the linker invocation.
188-
In this case, one has to explicitly provide the Fortran runtime libraries
188+
In this case, one has to explicitly provide the Fortran runtime library
189189
`FortranRuntime`. An alternative is to use Flang to link.
190190
In this case, it may be required to explicitly supply C++ runtime libraries.
191191

0 commit comments

Comments
 (0)