Skip to content

Commit 572c529

Browse files
authored
NFC: Fix doc comment typo in productpipeline_list_builder.py (#82771)
`Product a final schedule` -> `Produce a final schedule`
1 parent f5fae2d commit 572c529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/swift_build_support/swift_build_support/productpipeline_list_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This source file is part of the Swift.org open source project
44
#
5-
# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
5+
# Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
66
# Licensed under Apache License v2.0 with Runtime Library Exception
77
#
88
# See https:#swift.org/LICENSE.txt for license information
@@ -182,7 +182,7 @@ def infer(self):
182182
return (filtered_results, last_impl_pipeline_index)
183183

184184
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
186186
the builder when done so is a consuming operation.
187187
"""
188188
# Append the current pipeline if we have one.

0 commit comments

Comments
 (0)