File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
utils/swift_build_support/swift_build_support Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def should_install(self, host_target):
101
101
return self .args .install_swiftsyntax
102
102
103
103
def install (self , target_name ):
104
- # SwiftSyntax doesn't produce any products thate should be installed
104
+ # SwiftSyntax doesn't produce any products that should be installed
105
105
# into the toolchein. All tools using it link against SwiftSyntax
106
106
# statically.
107
107
pass
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ def install_prefix():
430
430
431
431
def darwin_toolchain_prefix (darwin_install_prefix ):
432
432
"""
433
- Given the install prefix for a Darwin system, and assuming that that path
433
+ Given the install prefix for a Darwin system, and assuming that path
434
434
is to a .xctoolchain directory, return the path to the .xctoolchain
435
435
directory.
436
436
"""
@@ -439,7 +439,7 @@ def darwin_toolchain_prefix(darwin_install_prefix):
439
439
440
440
def toolchain_path (install_destdir , install_prefix ):
441
441
"""
442
- Given the install prefix for a Darwin system, and assuming that that path
442
+ Given the install prefix for a Darwin system, and assuming that path
443
443
is to a .xctoolchain directory, return the path to the .xctoolchain
444
444
directory in the given install directory.
445
445
This toolchain is being populated during the build-script invocation.
You can’t perform that action at this time.
0 commit comments