Skip to content

Commit d70ea5f

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/semmle/code/cpp/controlflow/StackVariableReachability.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent 2938ad5 commit d70ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/controlflow/StackVariableReachability.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ abstract private class Condition extends TCondition {
7979
/** Gets the value of this `Condition`. */
8080
abstract boolean getTruthValue();
8181

82-
/** Gets the negated the expression represented by this `Condition`, if any. */
82+
/** Gets the negated expression represented by this `Condition`, if any. */
8383
Condition negate() { none() }
8484

8585
/**

0 commit comments

Comments
 (0)