Fix typo in comment.

PiperOrigin-RevId: 259150770
This commit is contained in:
Jacques Pienaar 2019-07-20 15:50:51 -07:00 committed by TensorFlower Gardener
parent eedf79ed37
commit 32c1a612ef

View File

@ -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,