Skip to content

Commit 8f36584

Browse files
committed
C++: Fix Code Scanning errors.
1 parent 34980bf commit 8f36584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ class FinalParameterUse extends UseImpl, TFinalParameterUse {
496496
* sink(global); // (4)
497497
* }
498498
* ```
499-
* and flow from `source()` to the argument of `sink` is then modelled as
499+
* and flow from `source()` to the argument of `sink` is then modeled as
500500
* follows:
501501
* 1. Flow from `source()` to `(2)` (via SSA).
502502
* 2. Flow from `(2)` to `(1)` (via a `jumpStep`).

0 commit comments

Comments
 (0)