[Bf-blender-cvs] [48d6a491fcd] cycles-x: Cleanup: Typo fix in a comment

Sergey Sharybin noreply at git.blender.org
Wed Sep 15 19:52:51 CEST 2021


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();
   }



More information about the Bf-blender-cvs mailing list