Skip to content

Commit dd8bead

Browse files
authored
C++: Fix spurious backticks.
1 parent 1ae52b6 commit dd8bead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Critical/MissingCheckScanf.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ predicate revFlow0(Instruction instr) {
7272
}
7373

7474
/**
75-
* Holds if `instr` is part of a path from a call `to a `scanf`-like function
75+
* Holds if `instr` is part of a path from a call to a `scanf`-like function
7676
* that writes to a variable with value number `vn`, without passing through
7777
* redefinitions of the variable.
7878
*/
@@ -91,7 +91,7 @@ private predicate fwdFlow(Instruction instr, ValueNumber vn) {
9191
}
9292

9393
/**
94-
* Holds if `instr` is part of a path from a call `to a `scanf`-like function
94+
* Holds if `instr` is part of a path from a call to a `scanf`-like function
9595
* that writes to a variable with value number `vn`, without passing through
9696
* redefinitions of the variable.
9797
*/

0 commit comments

Comments
 (0)