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:
authorThomas Dinges <blender@dingto.org>2013-08-13 12:43:31 +0400
committerThomas Dinges <blender@dingto.org>2013-08-13 12:43:31 +0400
commit8cda3264bd071521d1dadcfe640474100f227ed3 (patch)
tree858bfcaab067c0a88c9cbc9b0e95c03b2cf68c79 /intern/cycles/render/session.cpp
parent851627f6e0dff6aaecc975556e6d0f5401925b32 (diff)
Code cleanup:
* Some typo fixes.
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 13c199f879b..87f5722d144 100644
--- a/intern/cycles/render/session.cpp
+++ b/intern/cycles/render/session.cpp
@@ -135,7 +135,7 @@ void Session::reset_gpu(BufferParams& buffer_params, int samples)
{
thread_scoped_lock pause_lock(pause_mutex);
- /* block for buffer acces and reset immediately. we can't do this
+ /* block for buffer access and reset immediately. we can't do this
* in the thread, because we need to allocate an OpenGL buffer, and
* that only works in the main thread */
thread_scoped_lock display_lock(display_mutex);