Skip to content

Commit 4370bc6

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll
Co-authored-by: Copilot <[email protected]>
1 parent 20c0239 commit 4370bc6

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
@@ -432,7 +432,7 @@ class TranslatedExprStmt extends TranslatedStmt {
432432
TranslatedExprStmt() {
433433
// An assertion macro invocation typically expand to the
434434
// expression `((void)0)` in release builds. In that case
435-
// we synthedsize the check that would have occurred.
435+
// we synthesize the check that would have occurred.
436436
// This is handled by `TranslatedAssertion.qll` and so
437437
// we exclude these statements here.
438438
not assertion(_, stmt)

0 commit comments

Comments
 (0)