mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -189,7 +189,7 @@ bool CovarianceImpl::GetCovarianceBlockInTangentOrAmbientSpace(
|
||||
const int* cols_begin = cols + rows[row_begin];
|
||||
|
||||
// The only part that requires work is walking the compressed column
|
||||
// vector to determine where the set of columns correspnding to the
|
||||
// vector to determine where the set of columns corresponding to the
|
||||
// covariance block begin.
|
||||
int offset = 0;
|
||||
while (cols_begin[offset] != col_begin && offset < row_size) {
|
||||
|
||||
Reference in New Issue
Block a user