Skip to content

Commit b194016

Browse files
committed
Fix typo in SideEffectAnalysis.h
<code>paramter</code> -> <code>parameter</code>
1 parent e29398d commit b194016

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)