comment change

This commit is contained in:
John L. Singleton
2021-06-10 11:21:11 -04:00
parent 0d3f53b013
commit bd7c416356

View File

@@ -64,7 +64,7 @@ class Ptrdiff_t extends Type {
}
/**
* A parent class representing C/C++ typedef'd `UserTypes` such as `int8_t`.
* A parent class representing C/C++ a typedef'd `UserType` such as `int8_t`.
*/
private class IntegralUnderlyingUserType extends UserType {
IntegralUnderlyingUserType() { this.getUnderlyingType() instanceof IntegralType }