diff --git a/tensorflow/core/kernels/matrix_inverse_op.cc b/tensorflow/core/kernels/matrix_inverse_op.cc index c61a091c7b7..52afdd15ba6 100644 --- a/tensorflow/core/kernels/matrix_inverse_op.cc +++ b/tensorflow/core/kernels/matrix_inverse_op.cc @@ -210,7 +210,7 @@ class MatrixInverseOpGpu : public AsyncOpKernel { done); } } else { - // For large matrices, we wompute the inverse of each matrix in the batch + // For large matrices, we compute the inverse of each matrix in the batch // sequentially. Here we use the cuSolver methods GETRF/GETRS because they // are MUCH faster than their batched cuBlas equivalents for large // matrices.