Commit: 48d6a491fcd33c7e484aa3a0256ba40c3ba3bab9
Author: Sergey Sharybin
Date:   Wed Sep 15 19:52:38 2021 +0200
Branches: cycles-x
https://developer.blender.org/rB48d6a491fcd33c7e484aa3a0256ba40c3ba3bab9

Cleanup: Typo fix in a comment

===================================================================

M       intern/cycles/integrator/path_trace.cpp

===================================================================

diff --git a/intern/cycles/integrator/path_trace.cpp 
b/intern/cycles/integrator/path_trace.cpp
index 5ffde894e5f..856e90697dc 100644
--- a/intern/cycles/integrator/path_trace.cpp
+++ b/intern/cycles/integrator/path_trace.cpp
@@ -872,7 +872,7 @@ bool PathTrace::copy_render_tile_from_device()
 int PathTrace::get_num_render_tile_samples() const
 {
   if (full_frame_buffers_) {
-    /* When full frame resutl is read from fisk it has all tiles scaled up to 
the final number of
+    /* When full frame result is read from fisk it has all tiles scaled up to 
the final number of
      * samples. */
     return render_scheduler_.get_num_samples();
   }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to