Skip to content

Commit a475efb

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/Type.qll
1 parent f3b6b47 commit a475efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ private predicate suppressUnusedThis(Type t) { any() }
17031703
* A source code location referring to a user-defined type.
17041704
*
17051705
* 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
1706+
* built-in types, and derived types with built-in types as their base don't
17071707
* have any `TypeMention`s. For example, given
17081708
* ```cpp
17091709
* struct S { ... };

0 commit comments

Comments
 (0)