Cleanup: spelling

This commit is contained in:
2019-07-07 15:38:41 +10:00
parent a3e2076bc4
commit cd6b49f995
43 changed files with 80 additions and 79 deletions

View File

@@ -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.
*