[NFC] Fix a typo in ScalarLimit comments.
PiperOrigin-RevId: 367593932
This commit is contained in:
parent
bf487d51d4
commit
768234b077
|
@ -71,7 +71,7 @@ DenseElementsAttr GetScalarOfType(Type ty, int64_t raw_value);
|
||||||
// Enum type used to specify scalar argument to GetScalarLimitOfType.
|
// Enum type used to specify scalar argument to GetScalarLimitOfType.
|
||||||
enum ScalarLimit {
|
enum ScalarLimit {
|
||||||
kLowest, // The scalar corresponding to numeric_limits<T>::lowest.
|
kLowest, // The scalar corresponding to numeric_limits<T>::lowest.
|
||||||
kInfinityLowest, // Like kMax, but returns -infinity where available.
|
kInfinityLowest, // Like kLowest, but returns -infinity where available.
|
||||||
kMax, // The scalar corresponding to numeric_limits<T>::max.
|
kMax, // The scalar corresponding to numeric_limits<T>::max.
|
||||||
kInfinityMax, // Like kMax, but returns infinity where available.
|
kInfinityMax, // Like kMax, but returns infinity where available.
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue