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 e29398d commit b194016Copy full SHA for b194016
include/swift/SILAnalysis/SideEffectAnalysis.h
@@ -182,7 +182,7 @@ class SideEffectAnalysis : public BottomUpIPAnalysis {
182
bool ReadsRC = false;
183
184
/// Returns the effecs for an address or reference. This might be a
185
- /// paramter, the LocalEffects or, if the value can not be associated to one
+ /// parameter, the LocalEffects or, if the value can not be associated to one
186
/// of them, the GlobalEffects.
187
Effects *getEffectsOn(SILValue Addr);
188
0 commit comments