diff --git a/tensorflow/core/kernels/conv_ops.h b/tensorflow/core/kernels/conv_ops.h index 105a4b1b825..ccd24fcdd4c 100644 --- a/tensorflow/core/kernels/conv_ops.h +++ b/tensorflow/core/kernels/conv_ops.h @@ -110,7 +110,7 @@ Status InitConv2DParameters(const OpKernelConstruction* context, // Computes and validates convolutions dimensions from Conv2D parameters. If // parameters are valid, dimensions will be updated with derived convolution -// dimensions, otherwise error will be returned. +// dimensions, otherwise an error will be returned. Status ComputeConv2DDimension(const Conv2DParameters& params, const Tensor& input, const Tensor& filter, Conv2DDimensions* dimensions);