Fix typo in comment.
PiperOrigin-RevId: 259150770
This commit is contained in:
parent
eedf79ed37
commit
32c1a612ef
@ -45,7 +45,7 @@ const int kBFloat16MantissaBits = 7;
|
||||
template <typename NativeT>
|
||||
PrimitiveType NativeToPrimitiveType() {
|
||||
// Make the expression depend on the template parameter NativeT so
|
||||
// that this compile-time error only apperas if this function is
|
||||
// that this compile-time error only appears if this function is
|
||||
// instantiated with some concrete type that is not specialized
|
||||
// below.
|
||||
static_assert(!std::is_same<NativeT, NativeT>::value,
|
||||
|
Loading…
Reference in New Issue
Block a user