mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-31 01:20:38 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -82,7 +82,7 @@ struct CERES_NO_EXPORT FunctionSample {
|
||||
//
|
||||
// where d is the search direction.
|
||||
double gradient;
|
||||
// True if the evaluation of the gradient was sucessful and the
|
||||
// True if the evaluation of the gradient was successful and the
|
||||
// value is a finite number.
|
||||
bool gradient_is_valid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user