Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2022-08-30 16:20:07 +10:00
parent 24b8ccaa94
commit c29d63aa5e
5 changed files with 9 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ struct VolumeGrid *BKE_volume_grid_add(struct Volume *volume,
void BKE_volume_grid_remove(struct Volume *volume, struct VolumeGrid *grid);
/**
* Openvdb crashes when the determinant of the transform matrix becomes too small.
* OpenVDB crashes when the determinant of the transform matrix becomes too small.
*/
bool BKE_volume_grid_determinant_valid(double determinant);