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/node.cpp')
-rw-r--r--intern/cycles/bvh/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/bvh/node.cpp b/intern/cycles/bvh/node.cpp
index d3a665adfe7..60b0843bde2 100644
--- a/intern/cycles/bvh/node.cpp
+++ b/intern/cycles/bvh/node.cpp
@@ -153,7 +153,7 @@ void BVHNode::update_time()
namespace {
struct DumpTraversalContext {
- /* Descriptor of wile where writing is happening. */
+ /* Descriptor of while where writing is happening. */
FILE *stream;
/* Unique identifier of the node current. */
int id;