Skip to content

Commit dfa3c2e

Browse files
authored
Merge pull request #68933 from eltociear/patch-45
Fix typo in ComputeSideEffects.swift
2 parents 18cb3bc + 680c6f3 commit dfa3c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/Optimizer/FunctionPasses/ComputeSideEffects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private struct CollectedEffects {
329329

330330
/// Adds effects to a specific value.
331331
///
332-
/// If the value comes from an argument (or mutliple arguments), then the effects are added
332+
/// If the value comes from an argument (or multiple arguments), then the effects are added
333333
/// to the corrseponding `argumentEffects`. Otherwise they are added to the `global` effects.
334334
private mutating func addEffects(_ effects: SideEffects.GlobalEffects, to value: Value) {
335335
addEffects(effects, to: value, fromInitialPath: defaultPath(for: value))

0 commit comments

Comments
 (0)