Skip to content

Commit 9e09c5a

Browse files
committed
C++: Fix copy and paste error in comment
1 parent d68d2cc commit 9e09c5a

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
@@ -817,7 +817,7 @@ class TranslatedDestructorsAfterHandler extends TranslatedElement,
817817
// Transition to the next child, if any.
818818
result = this.getChild(id + 1).getFirstInstruction(kind)
819819
or
820-
// And otherwise, exit this element with an exceptional edge
820+
// And otherwise go to the next handler, if any.
821821
not exists(this.getChild(id + 1)) and
822822
result =
823823
getTranslatedStmt(handler)

0 commit comments

Comments
 (0)