diff --git a/includes/glm/common.hpp b/includes/glm/common.hpp index 25e7a37..b1bc22e 100644 --- a/includes/glm/common.hpp +++ b/includes/glm/common.hpp @@ -53,7 +53,7 @@ namespace glm template GLM_FUNC_DECL vec sign(vec const& x); - /// Returns a value equal to the nearest integer that is less then or equal to x. + /// Returns a value equal to the nearest integer that is less than or equal to x. /// /// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector /// @tparam T Floating-point scalar types