Fix Singular / Plural in comments

This commit is contained in:
Wladislav ヴラド Artsimovich
2023-06-16 17:40:06 +09:00
parent 9cf4190c9b
commit 87ae96b847
11 changed files with 21 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ glm_vec2_eq_eps(vec2 v, float val) {
}
/*!
* @brief check if vectors members are equal (without epsilon)
* @brief check if vector members are equal (without epsilon)
*
* @param[in] v vector
*/