File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utils/swift_build_support/swift_build_support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# This source file is part of the Swift.org open source project
4
4
#
5
- # Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
5
+ # Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6
6
# Licensed under Apache License v2.0 with Runtime Library Exception
7
7
#
8
8
# See https:#swift.org/LICENSE.txt for license information
@@ -182,7 +182,7 @@ def infer(self):
182
182
return (filtered_results , last_impl_pipeline_index )
183
183
184
184
def finalize (self , shouldInfer ):
185
- """Product a final schedule and return a list of our product pipelines. Resets
185
+ """Produce a final schedule and return a list of our product pipelines. Resets
186
186
the builder when done so is a consuming operation.
187
187
"""
188
188
# Append the current pipeline if we have one.
You can’t perform that action at this time.
0 commit comments