Skip to content

Commit 886abd1

Browse files
committed
C++: Fix typo
1 parent 39272de commit 886abd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ from
7979
ArraySizeFlow::PathNode1 source1, ArraySizeFlow::PathNode2 source2,
8080
ArraySizeFlow::PathNode1 sink1, ArraySizeFlow::PathNode2 sink2
8181
where ArraySizeFlow::hasFlowPath(source1, source2, sink1, sink2)
82-
// TODO: pull delta osut and display it
82+
// TODO: pull delta out and display it
8383
select sink1.getNode(), source1, sink1, "Off-by one error allocated at $@ bounded by $@.", source1,
8484
source1.toString(), sink2, sink2.toString()

0 commit comments

Comments
 (0)