mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user