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>2019-07-07 08:38:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-07 08:38:41 +0300
commitcd6b49f995fdca5240a9b97fa99b4dd669a047ea (patch)
tree5bdef2750238555e149891e6278a27e9ca5b26ef /intern/cycles/util
parenta3e2076bc4f7330188fbb1b3338c9235a7b0bc96 (diff)
Cleanup: spelling
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_math_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_math_matrix.h b/intern/cycles/util/util_math_matrix.h
index a8fe5f8cc2c..1dc661a7aa7 100644
--- a/intern/cycles/util/util_math_matrix.h
+++ b/intern/cycles/util/util_math_matrix.h
@@ -236,7 +236,7 @@ ccl_device_inline void math_trimatrix_vec3_solve(ccl_global float *A,
}
}
-/* Perform the Jacobi Eigenvalue Methon on matrix A.
+/* Perform the Jacobi Eigenvalue Method on matrix A.
* A is assumed to be a symmetrical matrix, therefore only the lower-triangular part is ever
* accessed. The algorithm overwrites the contents of A.
*