Skip to content

Commit edb6325

Browse files
committed
Swift: Fix comment.
1 parent aa5c893 commit edb6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class StringLengthConflationConfiguration extends DataFlow::Configuration {
162162
call.getStaticTarget() = funcDecl and
163163
flowstate = "String"
164164
) and
165-
// match up `funcName`, `paramName`, `arg`, `node`.
165+
// match up `funcName`, `arg`, `node`.
166166
funcDecl.getName() = funcName and
167167
call.getArgument(arg).getExpr() = node.asExpr()
168168
)

0 commit comments

Comments
 (0)