From d6ca1ca846bebd3cc56ea017eef615a5f10897cb Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 15 Jan 2026 14:41:13 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- .../code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll index d748e2f8663..3ab7e770f48 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll @@ -327,7 +327,7 @@ class TranslatedEmptyStmt extends TranslatedStmt { TranslatedEmptyStmt() { // An assertion macro invocation can expand to // an empty statement in release builds. In that case - // we synthedsize the check that would have occurred. + // we synthesize the check that would have occurred. // This is handled by `TranslatedAssertion.qll` and so // we exclude these statements here. not assertion(_, stmt) and