We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b6b47 commit a475efbCopy full SHA for a475efb
cpp/ql/lib/semmle/code/cpp/Type.qll
@@ -1703,7 +1703,7 @@ private predicate suppressUnusedThis(Type t) { any() }
1703
* A source code location referring to a user-defined type.
1704
*
1705
* Note that only _user-defined_ types have `TypeMention`s. In particular,
1706
- * 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
1707
* have any `TypeMention`s. For example, given
1708
* ```cpp
1709
* struct S { ... };
0 commit comments