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

Commit 516914e6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo on function comment"

parents e89987af 3691aba9
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>