From 7623b3d04d7f9bf28d3e50fd351b591d29cce39b Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Tue, 15 Mar 2022 14:49:20 -0400 Subject: [PATCH] Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll Co-authored-by: Mathias Vorreiter Pedersen --- .../lib/experimental/semmle/code/cpp/semantic/SemanticType.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll b/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll index 0ada0aa4774..d57af4c7f6d 100644 --- a/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll +++ b/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll @@ -21,7 +21,7 @@ private newtype TSemType = } /** - * The language-neutral type of a semantio expression, + * The language-neutral type of a semantic expression, * The interface to `SemType` and its subclasses is the same across all languages for which the IR * is supported, so analyses that expect to be used for multiple languages should generally use * `SemType` rather than a language-specific type.