Skip to content

Commit 008d58b

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

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
@@ -67,7 +67,7 @@ final class ExceptionEdge = ExceptionEdgeImpl;
6767

6868
/**
6969
* An "exception" edge, representing the successor of an instruction when that
70-
* instruction's evaluation throws an exception for C++ exceptions
70+
* instruction's evaluation throws a C++ exception.
7171
*/
7272
class CppExceptionEdge extends ExceptionEdgeImpl, TCppExceptionEdge {
7373
final override string toString() { result = "C++ Exception" }

0 commit comments

Comments
 (0)