diff --git a/src/LinearMath/btVector3.h b/src/LinearMath/btVector3.h index fdf3fd796..7c735f603 100644 --- a/src/LinearMath/btVector3.h +++ b/src/LinearMath/btVector3.h @@ -368,7 +368,7 @@ public: return btAcos(dot(v) / s); } - /**@brief Return a vector will the absolute values of each element */ + /**@brief Return a vector with the absolute values of each element */ SIMD_FORCE_INLINE btVector3 absolute() const {