Fix typos.

This commit is contained in:
Bruce Mitchener
2024-02-08 15:12:30 +07:00
parent a8685ed6ab
commit e4419c4f18
66 changed files with 261 additions and 263 deletions

View File

@@ -180,7 +180,7 @@ glm_mat2_transpose_to(mat2 m, mat2 dest) {
}
/*!
* @brief tranpose mat2 and store result in same matrix
* @brief transpose mat2 and store result in same matrix
*
* @param[in, out] m source and dest
*/