Skip to content

Commit edf629f

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent bfa0714 commit edf629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private module Cached {
8484

8585
/**
8686
* Holds if `instr` is the `n`'th argument to a call to the non-virtual function `f`, and
87-
* `init` is the corresponding initiazation instruction that receives the value of `instr` in `f`.
87+
* `init` is the corresponding initialization instruction that receives the value of `instr` in `f`.
8888
*/
8989
private predicate flowIntoParameter(
9090
Function f, int n, CallInstruction call, Instruction instr, InitializeParameterInstruction init

0 commit comments

Comments
 (0)