Skip to content

Commit 17c8fa3

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 4fa53b6 commit 17c8fa3

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/TranslatedElement.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ newtype TTranslatedElement =
821821
// The set of destructors to invoke after a `throw`. These need to be special
822822
// cased because the edge kind following a throw is an `ExceptionEdge`, and
823823
// we need to make sure that the edge kind is still an `ExceptionEdge` after
824-
// all the destructors has run.
824+
// all the destructors have run.
825825
TTranslatedDestructorsAfterThrow(ThrowExpr throw) {
826826
exists(DestructorCall dc |
827827
dc = throw.getAnImplicitDestructorCall() and

0 commit comments

Comments
 (0)