diff --git a/tensorflow/compiler/xla/primitive_util.h b/tensorflow/compiler/xla/primitive_util.h index 295d3530032..034c14e8930 100644 --- a/tensorflow/compiler/xla/primitive_util.h +++ b/tensorflow/compiler/xla/primitive_util.h @@ -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,