Cleanup: spelling, punctuation & repeated words in comments

This commit is contained in:
2022-09-17 14:46:50 +10:00
parent 5f6f2e106c
commit d9930d5fd0
31 changed files with 48 additions and 46 deletions

View File

@@ -728,7 +728,7 @@ static void sample_interval_bezier(const Span<float3> src_positions,
}
else {
/* Trimmed in both ends within the same (and only) segment! Ensure both end points is not a
* loop.*/
* loop. */
if (start_point_trimmed && start_point.index == end_point.index &&
start_point.parameter <= end_point.parameter) {