From 1c1a721d632cc209a5fbd3b8284b7ee8ca57de7b Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 27 Mar 2008 13:59:35 +0000 Subject: (svn r12438) -Fix-ish: typo spotted by Biblo. --- src/core/math_func.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/math_func.hpp') diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp index e68573a81..0d5c11893 100644 --- a/src/core/math_func.hpp +++ b/src/core/math_func.hpp @@ -169,7 +169,7 @@ static inline int32 ClampToI32(const int64 a) } /** - * Reduce an usigned 64-bit int to an unsigned 16-bit one + * Reduce an unsigned 64-bit int to an unsigned 16-bit one * * @param a The 64-bit value to clamp * @return The 64-bit value reduced to a 16-bit value -- cgit v1.2.3-54-g00ecf