diff --git a/glm/trigonometric.hpp b/glm/trigonometric.hpp index fcf07f89..51d49c13 100644 --- a/glm/trigonometric.hpp +++ b/glm/trigonometric.hpp @@ -96,7 +96,7 @@ namespace glm template GLM_FUNC_DECL vec asin(vec const& x); - /// Arc cosine. Returns an angle whose sine is x. + /// Arc cosine. Returns an angle whose cosine is x. /// The range of values returned by this function is [0, PI]. /// Results are undefined if |x| > 1. ///