Skip to content

Commit bd7c416

Browse files
committed
comment change
1 parent 0d3f53b commit bd7c416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/commons/CommonType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Ptrdiff_t extends Type {
6464
}
6565

6666
/**
67-
* A parent class representing C/C++ typedef'd `UserTypes` such as `int8_t`.
67+
* A parent class representing C/C++ a typedef'd `UserType` such as `int8_t`.
6868
*/
6969
private class IntegralUnderlyingUserType extends UserType {
7070
IntegralUnderlyingUserType() { this.getUnderlyingType() instanceof IntegralType }

0 commit comments

Comments
 (0)