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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-01-02 11:18:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-02 11:29:00 +0300
commit4abe5485273894302d575251e72a1fa7d43f4231 (patch)
tree5d6627b9f5d9bb536fb2fa700ad084d31e8dd3a8 /intern
parentbf169d6ca606bfb99ffa9cc831c73d2c4bdeda05 (diff)
cleanup: style
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/bvh/bvh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/bvh/bvh.cpp b/intern/cycles/bvh/bvh.cpp
index e6ce4d92048..ac2762b80bd 100644
--- a/intern/cycles/bvh/bvh.cpp
+++ b/intern/cycles/bvh/bvh.cpp
@@ -898,7 +898,7 @@ void QBVH::refit_node(int idx, bool leaf, BoundBox& bbox, uint& visibility)
* no idea about BVHNode.
*
* Would be nice to de-duplicate code, but trying to make
- * making code more geenral ends up in much nastier code
+ * making code more general ends up in much nastier code
* in my opinion so far.
*
* Same applies to the inner nodes case below.