Skip to content

Commit fd56678

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 98879d0 commit fd56678

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
@@ -669,7 +669,7 @@ private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remain
669669
)
670670
}
671671

672-
/** Gets the `i`'th support template parameter for `templateClass`. */
672+
/** Gets the `i`'th supported template parameter for `templateClass`. */
673673
private Locatable getSupportedClassTemplateArgument(Class templateClass, int i) {
674674
result =
675675
rank[i + 1](int j, TypeTemplateParameter ttp |

0 commit comments

Comments
 (0)