diff --git a/include/bx/math.h b/include/bx/math.h index 3a8111a..facf64c 100644 --- a/include/bx/math.h +++ b/include/bx/math.h @@ -203,7 +203,7 @@ namespace bx /// BX_CONSTEXPR_FUNC float square(float _a); - /// Returns the cosine of the argument _a. + /// Returns the sine of the argument _a. /// BX_CONST_FUNC float sin(float _a);