Update cpp/ql/lib/semmle/code/cpp/Type.qll

This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-18 09:37:20 +01:00
committed by GitHub
parent f3b6b470f4
commit a475efbe39

View File

@@ -1703,7 +1703,7 @@ private predicate suppressUnusedThis(Type t) { any() }
* A source code location referring to a user-defined type.
*
* Note that only _user-defined_ types have `TypeMention`s. In particular,
* built-in types, and derived types with build-in types as their base don't
* built-in types, and derived types with built-in types as their base don't
* have any `TypeMention`s. For example, given
* ```cpp
* struct S { ... };