Skip to content

Commit 73b6fa6

Browse files
committed
C++: Fix Code Scanning alert.
1 parent 0deac83 commit 73b6fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remain
677677
}
678678

679679
/**
680-
* Gets the largest index of a template parameter of `templateFunction` that
680+
* Gets the largest index of a template parameter of `templateClass` that
681681
* is a type template parameter.
682682
*/
683683
private int getLastTypeTemplateClassParameterIndex(Class templateClass) {

0 commit comments

Comments
 (0)