Skip to content

Commit 9307752

Browse files
committed
Spelling fix.
1 parent 66d79ec commit 9307752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unity.Mathematics/svd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Unity.Mathematics
55
{
6-
// SVD algorithm as decribed in:
6+
// SVD algorithm as described in:
77
// Computing the singular value decomposition of 3x3 matrices with minimal branching and elementary floating point operations,
88
// A.McAdams, A.Selle, R.Tamstorf, J.Teran and E.Sifakis, University of Wisconsin - Madison technical report TR1690, May 2011
99
[Il2CppEagerStaticClassConstruction]

0 commit comments

Comments
 (0)