From 32c1a612efe2a23df09b3fb8d01dabeaa635be0d Mon Sep 17 00:00:00 2001 From: Jacques Pienaar <jpienaar@google.com> Date: Sat, 20 Jul 2019 15:50:51 -0700 Subject: [PATCH] Fix typo in comment. PiperOrigin-RevId: 259150770 --- tensorflow/compiler/xla/primitive_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,