Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticType.qll

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Dave Bartolomeo
2022-03-15 14:49:20 -04:00
committed by GitHub
parent ea9a5b782c
commit 7623b3d04d

View File

@@ -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.