Fix comment

This commit is contained in:
Slavomir
2020-06-30 12:12:03 +03:00
parent 6f396b9ad8
commit 27ac4c3236

View File

@@ -126,8 +126,8 @@ predicate castDifferentBitSizeNumbers(
}
/*
* A numeric type that has size 0 if it is one
* of the types that have architecture-specific bit sizes.
* A numeric type that returns bit size 0 if it is one of the numeric
* types that have architecture-specific bit sizes.
*/
class CustomNumericType extends NumericType {