commit | 3691aba91aea72a5d285c12328ed19699661602f | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtneygo@google.com> | Thu Dec 01 11:34:58 2016 -0700 |
committer | Courtney Goeltzenleuchter <courtneygo@google.com> | Thu Dec 01 12:00:43 2016 -0700 |
tree | 36c09b77a2b839dfa654ce11e264e27275fabc48 | |
parent | ef7dab5cc3a53a13b27839981afd6da45fa7bcba [diff] [blame] |
Fix typo on function comment Test: NA Change-Id: Iad930615262b3e43f57041ba6cc3f097b4c782ee
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>