Skip to content

Commit 637f662

Browse files
committed
Test change in flang-rt to trigger flang compilation
1 parent 59ec1ee commit 637f662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang-rt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $ ninja install
124124

125125
## Configuration Option Reference
126126

127-
Flang-RT has the followign configuration options. This is in
127+
Flang-RT has the following configuration options. This is in
128128
addition to the build options the LLVM_ENABLE_RUNTIMES mechanism and
129129
CMake itself provide.
130130

flang/docs/F202X.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ functions whose implementations have very low priority: `SPLIT` and `TOKENIZE`.
291291
and could and should have been implemented once in some Fortran utility
292292
library for those who need a slow tokenization facility rather than
293293
requiring implementations in each vendor's runtime support library with
294-
all the extra cost and compatibility risk that entails.
294+
all the extra cost and compatibilty risk that entails.
295295

296296
`SPLIT` is worse -- not only could it, like `TOKENIZE`,
297297
have been supplied by a Fortran utility library rather than being

0 commit comments

Comments
 (0)