Spelling: It's Versus Its

Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required.

Differential Revision: https://developer.blender.org/D9250

Reviewed by Campbell Barton
This commit is contained in:
2020-10-19 08:12:33 -07:00
parent d2bf71b412
commit 3a7fd309fc
133 changed files with 158 additions and 158 deletions

View File

@@ -140,7 +140,7 @@ void prepare_raycast(vec3 ray_origin,
// #define GROUPED_FETCHES /* is still slower, need to see where is the bottleneck. */
/* Return the hit position, and negate the z component (making it positive) if not hit occurred. */
/* __ray_dir__ is the ray direction premultiplied by it's maximum length */
/* __ray_dir__ is the ray direction premultiplied by its maximum length */
vec3 raycast(int index,
vec3 ray_origin,
vec3 ray_dir,