We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896a0b0 commit 616877aCopy full SHA for 616877a
docs/WindowsBuild.md
@@ -101,7 +101,7 @@ Warning: Creating the above links usually requires administrator privileges. The
101
## 6. Build LLVM/Clang
102
- This must be done from within a developer command prompt. LLVM and Clang are
103
large projects, so building might take a few hours. Make sure that the build
104
- type for LLVM/Clang is compatbile with the build type for Swift. That is,
+ type for LLVM/Clang is compatible with the build type for Swift. That is,
105
either build everything `Debug` or some variant of `Release` (e.g. `Release`,
106
`RelWithDebInfo`).
107
```cmd
0 commit comments