Skip to content

Commit e9ccf37

Browse files
bdrodesjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 008d58b commit e9ccf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CppExceptionEdge extends ExceptionEdgeImpl, TCppExceptionEdge {
7575

7676
/**
7777
* An "exception" edge, representing the successor of an instruction when that
78-
* instruction's evaluation throws an exception for SEH exceptions
78+
* instruction's evaluation throws an SEH exception.
7979
*/
8080
class SehExceptionEdge extends ExceptionEdgeImpl, TSehExceptionEdge {
8181
final override string toString() { result = "SEH Exception" }

0 commit comments

Comments
 (0)