vector [pure] documentation

This commit is contained in:
Recep Aslantas
2016-09-29 10:25:33 +03:00
parent 1ab4329013
commit ea6f12d90a
2 changed files with 120 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ glm_mat4_transpose_to(mat4 m, mat4 dest) {
}
/*!
* @brief tranpose mat4 and store result at same matrix
* @brief tranpose mat4 and store result in same matrix
*
* @param[in, out] m source and dest
*/