diff --git a/tensorflow/core/kernels/strided_slice_op_impl.h b/tensorflow/core/kernels/strided_slice_op_impl.h index 91058b5a2f4..c4205159c38 100644 --- a/tensorflow/core/kernels/strided_slice_op_impl.h +++ b/tensorflow/core/kernels/strided_slice_op_impl.h @@ -179,7 +179,7 @@ class HandleStridedSliceAssignCase { } }; -// NODE(aselle): according to bsteiner, we need this because otherwise +// NOTE(aselle): according to bsteiner, we need this because otherwise // nvcc instantiates templates that are invalid. strided_slice_op_gpu.cu // handles instantiates externally. It is important that this is done // before the HandleXXCase's are instantiated to avoid duplicate