Fix a number of typos

Change-Id: I0038f9c91dc70c422c01305dc10fca5a22a2f0d0
This commit is contained in:
Sameer Agarwal
2024-07-21 15:15:36 -07:00
parent 6b9a690009
commit 0ca2db57c7
25 changed files with 33 additions and 33 deletions
@@ -187,7 +187,7 @@ class NumericDiffFirstOrderFunction final : public FirstOrderFunction {
bool Evaluate(const double* const parameters,
double* cost,
double* gradient) const override {
// Get the function value (cost) at the the point to evaluate.
// Get the function value (cost) at the point to evaluate.
if (!(*functor_)(parameters, cost)) {
return false;
}