# HG changeset patch # User rubidium # Date 2008-03-27 13:59:35 # Node ID c84c4f0814ee94d2d57a361c334a5a60fc2e9816 # Parent 1ee8c2ebcabfde1bb35e68e6ee8a08c15eee5e44 (svn r12438) -Fix-ish: typo spotted by Biblo. diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp --- a/src/core/math_func.hpp +++ b/src/core/math_func.hpp @@ -169,7 +169,7 @@ static inline int32 ClampToI32(const int } /** - * 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