[Bf-blender-cvs] [e51735d276b] blender-v3.0-release: Cleanup: fix typo

Brecht Van Lommel noreply at git.blender.org
Thu Nov 4 20:36:51 CET 2021


Commit: e51735d276b0befe6d6238a89d1f475737744e74
Author: Brecht Van Lommel
Date:   Thu Nov 4 20:36:35 2021 +0100
Branches: blender-v3.0-release
https://developer.blender.org/rBe51735d276b0befe6d6238a89d1f475737744e74

Cleanup: fix typo

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

M	intern/cycles/device/hip/device_impl.cpp

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

diff --git a/intern/cycles/device/hip/device_impl.cpp b/intern/cycles/device/hip/device_impl.cpp
index db93ecd8474..e7772cec262 100644
--- a/intern/cycles/device/hip/device_impl.cpp
+++ b/intern/cycles/device/hip/device_impl.cpp
@@ -247,7 +247,7 @@ string HIPDevice::compile_kernel(const uint kernel_features,
   hipGetDeviceProperties(&props, hipDevId);
 
   /* gcnArchName can contain tokens after the arch name with features, ie.
-    "gfx1010:sramecc-:xnack-" so we tokenize it to get ther first part. */
+    "gfx1010:sramecc-:xnack-" so we tokenize it to get the first part. */
   char *arch = strtok(props.gcnArchName, ":");
   if (arch == NULL) {
     arch = props.gcnArchName;



More information about the Bf-blender-cvs mailing list