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.
1 parent 18cb3bc commit 680c6f3Copy full SHA for 680c6f3
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