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 7f04dca commit de23580Copy full SHA for de23580
utils/swift_build_support/swift_build_support/products/swiftsyntax.py
@@ -102,7 +102,7 @@ def should_install(self, host_target):
102
103
def install(self, target_name):
104
# SwiftSyntax doesn't produce any products that should be installed
105
- # into the toolchein. All tools using it link against SwiftSyntax
+ # into the toolchain. All tools using it link against SwiftSyntax
106
# statically.
107
pass
108
0 commit comments