Skip to content

Commit d308dd2

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

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
@@ -248,7 +248,7 @@ abstract class StackVariableReachability extends string {
248248
*
249249
* In addition to using a better performing implementation, this analysis
250250
* accounts for loops where the condition is provably true upon entry, and discards paths that require
251-
* an infeasible combination of guard conditions (i.e., `if(b) { ... }` and `if(!b) { ... }`).
251+
* an infeasible combination of guard conditions (for example, `if(b) { ... }` and `if(!b) { ... }`).
252252
*/
253253
predicate reaches(ControlFlowNode source, SemanticStackVariable v, ControlFlowNode sink) {
254254
/*

0 commit comments

Comments
 (0)