C++: Fix Code Scanning alert.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-25 15:03:26 +00:00
parent 0deac833e4
commit 73b6fa69a9

View File

@@ -677,7 +677,7 @@ private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remain
}
/**
* Gets the largest index of a template parameter of `templateFunction` that
* Gets the largest index of a template parameter of `templateClass` that
* is a type template parameter.
*/
private int getLastTypeTemplateClassParameterIndex(Class templateClass) {