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>2013-02-06 18:02:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-06 18:02:19 +0400
commit296444e1dc28db95642ab5a804b9b0df606a4725 (patch)
tree327b0356f1468539a628789528b302689bd23784 /intern/cycles/render/session.cpp
parent8b1fb0fd2aac4a393cca8bb4e9fa21dc5f53cced (diff)
style cleanup: some warnigs & spelling.
Diffstat (limited to 'intern/cycles/render/session.cpp')
-rw-r--r--intern/cycles/render/session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/session.cpp b/intern/cycles/render/session.cpp
index e49a4a3ed34..d87f84511b5 100644
--- a/intern/cycles/render/session.cpp
+++ b/intern/cycles/render/session.cpp
@@ -552,7 +552,7 @@ void Session::run_cpu()
}
else if(need_tonemap) {
/* tonemap only if we do not reset, we don't we don't
- * wan't to show the result of an incomplete sample*/
+ * want to show the result of an incomplete sample*/
tonemap();
}