Skip to content

Commit f75688f

Browse files
committed
spelling: that
Signed-off-by: Josh Soref <[email protected]>
1 parent ca9a199 commit f75688f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def should_install(self, host_target):
101101
return self.args.install_swiftsyntax
102102

103103
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
105105
# into the toolchein. All tools using it link against SwiftSyntax
106106
# statically.
107107
pass

utils/swift_build_support/swift_build_support/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def install_prefix():
430430

431431
def darwin_toolchain_prefix(darwin_install_prefix):
432432
"""
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
434434
is to a .xctoolchain directory, return the path to the .xctoolchain
435435
directory.
436436
"""
@@ -439,7 +439,7 @@ def darwin_toolchain_prefix(darwin_install_prefix):
439439

440440
def toolchain_path(install_destdir, install_prefix):
441441
"""
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
443443
is to a .xctoolchain directory, return the path to the .xctoolchain
444444
directory in the given install directory.
445445
This toolchain is being populated during the build-script invocation.

0 commit comments

Comments
 (0)