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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-02 05:15:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-02 05:15:52 +0300
commitfc9505c9c5d513bc756f147dff4509a05123dc71 (patch)
tree8350dee688df8b8ed47cde70c90f86417d008924 /intern/cycles/render/graph.cpp
parent5cbf58ce8b5463a0c3296a753c26615c357aca17 (diff)
Cleanup: warnings & spelling
Diffstat (limited to 'intern/cycles/render/graph.cpp')
-rw-r--r--intern/cycles/render/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 2977555b410..ffd99626f81 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -631,7 +631,7 @@ void ShaderGraph::break_cycles(ShaderNode *node, vector<bool>& visited, vector<b
void ShaderGraph::clean(Scene *scene)
{
/* Graph simplification:
- * 1: Remove unnecesarry nodes
+ * 1: Remove unnecessary nodes
* 2: Constant folding
* 3: Simplification
* 4: De-duplication