We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18cb3bc + 680c6f3 commit dfa3c2eCopy full SHA for dfa3c2e
SwiftCompilerSources/Sources/Optimizer/FunctionPasses/ComputeSideEffects.swift
@@ -329,7 +329,7 @@ private struct CollectedEffects {
329
330
/// Adds effects to a specific value.
331
///
332
- /// If the value comes from an argument (or mutliple arguments), then the effects are added
+ /// If the value comes from an argument (or multiple arguments), then the effects are added
333
/// to the corrseponding `argumentEffects`. Otherwise they are added to the `global` effects.
334
private mutating func addEffects(_ effects: SideEffects.GlobalEffects, to value: Value) {
335
addEffects(effects, to: value, fromInitialPath: defaultPath(for: value))
0 commit comments