From 8755f51bec3145cb71d1d32d304affa94130ac4e Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Sat, 7 Oct 2017 16:58:38 +0200 Subject: [PATCH] Typo --- src/LinearMath/btVector3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {