C++: Fix Code Scanning errors.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-01-12 10:20:20 +00:00
parent 34980bfe20
commit 8f36584bd9

View File

@@ -496,7 +496,7 @@ class FinalParameterUse extends UseImpl, TFinalParameterUse {
* sink(global); // (4)
* }
* ```
* and flow from `source()` to the argument of `sink` is then modelled as
* and flow from `source()` to the argument of `sink` is then modeled as
* follows:
* 1. Flow from `source()` to `(2)` (via SSA).
* 2. Flow from `(2)` to `(1)` (via a `jumpStep`).