[Bf-blender-cvs] [8b9e1707a14] master: Cycles: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Thu Aug 31 14:48:27 CEST 2017


Commit: 8b9e1707a140f04414ef64fe83069d4d03254a79
Author: Sergey Sharybin
Date:   Thu Aug 31 13:24:32 2017 +0200
Branches: master
https://developer.blender.org/rB8b9e1707a140f04414ef64fe83069d4d03254a79

Cycles: Fix typo in comment

===================================================================

M	intern/cycles/bvh/bvh_build.cpp

===================================================================

diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index d7098806569..649ce52da05 100644
--- a/intern/cycles/bvh/bvh_build.cpp
+++ b/intern/cycles/bvh/bvh_build.cpp
@@ -673,7 +673,7 @@ BVHNode* BVHBuild::build_node(const BVHObjectBinning& range, int level)
 				return create_leaf_node(range, references);
 			}
 		}
-		/* Check whether unaligned split is better than the regulat one. */
+		/* Check whether unaligned split is better than the regular one. */
 		if(unalignedSplitSAH < splitSAH) {
 			do_unalinged_split = true;
 		}



More information about the Bf-blender-cvs mailing list