Skip to content

Commit 387edda

Browse files
bdrodesgeoffw0
andauthored
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent 29a0da6 commit 387edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StringConcatenation extends Call {
2929
}
3030

3131
/**
32-
* Gets the operands of this concatenation (one of the string operands being
32+
* Gets an operand of this concatenation (one of the string operands being
3333
* concatenated).
3434
* Will not return out param for sprintf-like functions, but will consider the format string
3535
* to be part of the operands.

0 commit comments

Comments
 (0)