C++: Fix copy and paste error in comment

This commit is contained in:
Jeroen Ketema
2024-05-08 22:11:19 +02:00
parent d68d2cca41
commit 9e09c5a6cf

View File

@@ -817,7 +817,7 @@ class TranslatedDestructorsAfterHandler extends TranslatedElement,
// Transition to the next child, if any.
result = this.getChild(id + 1).getFirstInstruction(kind)
or
// And otherwise, exit this element with an exceptional edge
// And otherwise go to the next handler, if any.
not exists(this.getChild(id + 1)) and
result =
getTranslatedStmt(handler)