Skip to content

Commit 17d1c77

Browse files
authored
Update InsufficientControlFlowManagementAfterRefactoringTheCode.ql
1 parent 3d11724 commit 17d1c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-691/InsufficientControlFlowManagementAfterRefactoringTheCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UsingWhileAfterWhile extends WhileStmt {
4444
}
4545

4646
/**
47-
* Using arithmetic in comparison.
47+
* Using arithmetic in a condition.
4848
*/
4949
class UsingArithmeticInComparison extends BinaryArithmeticOperation {
5050
/**

0 commit comments

Comments
 (0)