commit | 516914e66f39e8535b108943ee1f95459cf43e80 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Dec 01 22:16:50 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 01 22:16:50 2016 +0000 |
tree | 655bc67db443832ecea108ec3f2a3dc1e3a2d1c9 | |
parent | e89987affd9a40f9616a696a3c0bfbb94274603e [diff] | |
parent | 3691aba91aea72a5d285c12328ed19699661602f [diff] |
Merge "Fix typo on function comment"
diff --git a/include/ui/mat3.h b/include/ui/mat3.h index cd24a44..4f5dba9 100644 --- a/include/ui/mat3.h +++ b/include/ui/mat3.h
@@ -292,7 +292,7 @@ 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>