This commit is contained in:
zihaomu 2023-12-22 22:39:40 +03:00 committed by GitHub
commit 432ca54da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ class LandmarksRefinementCalculatorImpl
refined_landmarks->add_landmark();
}
// Apply input landmarks to outpu refined landmarks in provided order.
// Apply input landmarks to output refined landmarks in provided order.
for (int i = 0; i < kLandmarks(cc).Count(); ++i) {
const auto& landmarks = kLandmarks(cc)[i].Get();
const auto& refinement = options_.refinement(i);