Update cpp/ql/lib/semmle/code/cpp/models/interfaces/FormattingFunction.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Calum Grant
2024-09-26 13:04:52 +01:00
committed by GitHub
parent 9b5c9af489
commit 8045440d00

View File

@@ -118,7 +118,7 @@ abstract class FormattingFunction extends ArrayFunction, TaintFunction {
/**
* Gets the position of the first format argument, corresponding with
* the first format specifier in the format string. We'll ignore all
* the first format specifier in the format string. We ignore all
* implicit function definitions.
*/
int getFirstFormatArgumentIndex() {