Updated comments

This commit is contained in:
Adam Gastineau 2024-04-02 08:11:58 -07:00
parent fb09ddb1ea
commit 72aeeaf480
2 changed files with 3 additions and 3 deletions

View file

@ -364,7 +364,7 @@ impl Step for Llvm {
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
}
// Are we compiling for iOS/tvOS/watchOS/visionos?
// Are we compiling for iOS/tvOS/watchOS/visionOS?
if target.contains("apple-ios")
|| target.contains("apple-tvos")
|| target.contains("apple-watchos")