From 7636bf560e0cd3d20d3e6540b087b943e58da534 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Mon, 18 May 2026 15:02:34 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- cpp/ql/lib/semmle/code/cpp/TypedefType.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/TypedefType.qll b/cpp/ql/lib/semmle/code/cpp/TypedefType.qll index 6f08764a84a..b7e23efe8d2 100644 --- a/cpp/ql/lib/semmle/code/cpp/TypedefType.qll +++ b/cpp/ql/lib/semmle/code/cpp/TypedefType.qll @@ -116,7 +116,7 @@ class AliasTemplateType extends TypeAliasType { override string getAPrimaryQlClass() { result = "AliasTemplateType" } /** - * Gets a alias instantiated from this template. + * Gets an alias instantiated from this template. * * For example for `MyAliasTemplate` in the following code, the results are * `MyAliasTemplate` and `MyAliasTemplate`: