Skip to content

Commit 7775375

Browse files
committed
[flang][doc] Correct spelling of CMake
1 parent 19044b0 commit 7775375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ninja
8989
```
9090

9191
On Darwin, to make flang able to link binaries with the default sysroot without
92-
having to specify additional flags, use the `DEFAULT_SYSROOT` cmake flag, e.g.
92+
having to specify additional flags, use the `DEFAULT_SYSROOT` CMake flag, e.g.
9393
`-DDEFAULT_SYSROOT="$(xcrun --show-sdk-path)"`.
9494

9595
By default flang tests that do not specify an explicit `--target` flag use

0 commit comments

Comments
 (0)