Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3691aba9 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter
Browse files

Fix typo on function comment

Test: NA
Change-Id: Iad930615262b3e43f57041ba6cc3f097b4c782ee
parent ef7dab5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ CONSTEXPR TMat33<T>::TMat33(const TVec3<U>& v) {
    m_value[2] = col_type(0, 0, v.z);
}

// construct from 16 scalars. Note that the arrangement
// construct from 9 scalars. Note that the arrangement
// of values in the constructor is the transpose of the matrix
// notation.
template<typename T>