Skip to content

Commit 605b411

Browse files
committed
Merge pull request #393 from nuts23/patch-18
Fix typo in SideEffectAnalysis.h
2 parents 01f5290 + b194016 commit 605b411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILAnalysis/SideEffectAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class SideEffectAnalysis : public BottomUpIPAnalysis {
182182
bool ReadsRC = false;
183183

184184
/// 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
185+
/// parameter, the LocalEffects or, if the value can not be associated to one
186186
/// of them, the GlobalEffects.
187187
Effects *getEffectsOn(SILValue Addr);
188188

0 commit comments

Comments
 (0)