From bfa0714577197cf4eb0495c3124e44237848d41c Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 8 Mar 2022 13:06:53 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll index afbe20da4fc..dcfbabfc105 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll @@ -112,7 +112,7 @@ private module Cached { /** * Holds if `instr` is the qualifier to a call to the non-virtual function `f`, and - * `init` is the corresponding initiazation instruction that receives the value of + * `init` is the corresponding initialization instruction that receives the value of * `instr` in `f`. */ pragma[noinline]