Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2022-03-08 13:07:09 +00:00
committed by GitHub
parent bfa0714577
commit edf629f5aa

View File

@@ -84,7 +84,7 @@ private module Cached {
/**
* Holds if `instr` is the `n`'th argument to a call to the non-virtual function `f`, and
* `init` is the corresponding initiazation instruction that receives the value of `instr` in `f`.
* `init` is the corresponding initialization instruction that receives the value of `instr` in `f`.
*/
private predicate flowIntoParameter(
Function f, int n, CallInstruction call, Instruction instr, InitializeParameterInstruction init