Skip to content

Commit ef20634

Browse files
Fix typo
1 parent 7ba3fe1 commit ef20634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql_demos/cpp/Facebook_Fizz_CVE-2019-3560/FizzOverflow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Cfg extends TaintTracking::Configuration {
3535
.getFunctionSymbol() instanceof EndianConvert
3636
}
3737

38-
/** Hold if `sink` is a narrowing conversion. */
38+
/** Holds if `sink` is a narrowing conversion. */
3939
override predicate isSink(DataFlow::Node sink) {
4040
sink.asInstruction().getResultSize() < sink
4141
.asInstruction()

0 commit comments

Comments
 (0)