Skip to content

Commit 426f1f2

Browse files
Meinersburfrederik-h
authored andcommitted
[Flang][NFC] Fix typo (llvm#130960)
This was mainly a test of the pre-merge CI, but merging it since it fixes an actual typo.
1 parent be00dd4 commit 426f1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/F202X.md

+1-1
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 compatibilty risk that entails.
294+
all the extra cost and compatibility 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)