aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/matrix_solve_ls_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/matrix_solve_ls_op.cc')
-rw-r--r--tensorflow/core/kernels/matrix_solve_ls_op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/matrix_solve_ls_op.cc b/tensorflow/core/kernels/matrix_solve_ls_op.cc
index 77060184fe..1b17b2db68 100644
--- a/tensorflow/core/kernels/matrix_solve_ls_op.cc
+++ b/tensorflow/core/kernels/matrix_solve_ls_op.cc
@@ -94,7 +94,7 @@ class MatrixSolveLsOp
}
if (fast_) {
// The fast branch assumes that matrix is not rank deficient and
- // not too ill-conditioned. Specifically, the reciprobal condition number
+ // not too ill-conditioned. Specifically, the reciprocal condition number
// should be greater than the square root of the machine precision, i.e.
// 1 / cond(matrix) > sqrt(std::numeric_limits<Scalar>::epsilon()).
// This branch solves over- or underdetermined least-squares problems