Skip to content

Commit d9b9afe

Browse files
authored
Merge pull request #41038 from eltociear/patch-28
2 parents 20ca946 + 114e5d1 commit d9b9afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/host_specific_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def __init__(self, host_target, args, stage_dependent_args=None):
136136
# standard library, whereas the other targets can build a
137137
# slightly smaller subset which is faster to build.
138138
#
139-
# NOTE: We currently do not seperate testing options for
139+
# NOTE: We currently do not separate testing options for
140140
# stage1/stage2 compiler. This can change with time.
141141
if stage_dependent_args.build_swift_stdlib_unittest_extra or \
142142
args.validation_test or args.long_test or \

0 commit comments

Comments
 (0)