Skip to content

Commit 114e5d1

Browse files
author
Ikko Ashimine
authored
[build] Fix typo in host_specific_configuration.py
seperate -> separate
1 parent 8849acf commit 114e5d1

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)