Skip to content

Commit e6d35d3

Browse files
committed
C++: Fix typo.
1 parent 9c06c48 commit e6d35d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ private predicate modelTaintToParameter(Function f, int parameterIn, int paramet
267267

268268
/**
269269
* Holds if `chi` is on the chain of chi-instructions for all aliased memory.
270-
* Taint shoud not pass through these instructions since they tend to mix up
270+
* Taint should not pass through these instructions since they tend to mix up
271271
* unrelated objects.
272272
*/
273273
private predicate isChiForAllAliasedMemory(Instruction instr) {

0 commit comments

Comments
 (0)