Skip to content

Commit 6b2f4cf

Browse files
neonichuMaxDesiatov
andcommitted
Update Sources/Build/BuildDescription/ClangTargetBuildDescription.swift
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
1 parent b841d3d commit 6b2f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildDescription/ClangTargetBuildDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public final class ClangTargetBuildDescription {
129129
self.tempsPath = buildParameters.buildPath.appending(component: target.c99name + ".build")
130130
self.derivedSources = Sources(paths: [], root: tempsPath.appending("DerivedSources"))
131131

132-
// We did not used to apply package plugins to C-family targets in prior tools-versions, this preserves the behavior.
132+
// We did not use to apply package plugins to C-family targets in prior tools-versions, this preserves the behavior.
133133
if toolsVersion >= .v5_9 {
134134
self.buildToolPluginInvocationResults = buildToolPluginInvocationResults
135135

0 commit comments

Comments
 (0)