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.