Skip to content

Commit d6ca1ca

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 4f4baee commit d6ca1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class TranslatedEmptyStmt extends TranslatedStmt {
327327
TranslatedEmptyStmt() {
328328
// An assertion macro invocation can expand to
329329
// an empty statement in release builds. In that case
330-
// we synthedsize the check that would have occurred.
330+
// we synthesize the check that would have occurred.
331331
// This is handled by `TranslatedAssertion.qll` and so
332332
// we exclude these statements here.
333333
not assertion(_, stmt) and

0 commit comments

Comments
 (0)