Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/bvh/bvh_split.h')
-rw-r--r--intern/cycles/bvh/bvh_split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/bvh/bvh_split.h b/intern/cycles/bvh/bvh_split.h
index 28ff0e05fc3..5582d90bf83 100644
--- a/intern/cycles/bvh/bvh_split.h
+++ b/intern/cycles/bvh/bvh_split.h
@@ -105,7 +105,7 @@ class BVHSpatialSplit {
/* Lower-level functions which calculates boundaries of left and right nodes
* needed for spatial split.
*
- * Operates directly with primitive specified by it's index, reused by higher
+ * Operates directly with primitive specified by its index, reused by higher
* level splitting functions.
*/
void split_triangle_primitive(const Mesh *mesh,