Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-07-11 13:44:25 +10:00
parent 7aa31c884d
commit 36b2291610
11 changed files with 19 additions and 18 deletions

View File

@@ -863,7 +863,7 @@ static bool joint_callback(const iTaSC::Timestamp &timestamp,
axis_angle_to_mat3(rmat, &chan->quat[1], chan->quat[0]);
}
else {
/* quats are normalized before use to eliminate scaling issues */
/* Quaternions are normalized before use to eliminate scaling issues. */
normalize_qt(chan->quat);
quat_to_mat3(rmat, chan->quat);
}