summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-27 13:59:35 +0000
committerrubidium <rubidium@openttd.org>2008-03-27 13:59:35 +0000
commit67c1e00aeaff43585014b432d1389388e572a9df (patch)
tree5439fe2a735c3d148b1ebd169d5012f46b06a75d /src/core
parentf9e7b70f91de5b70729cdb8c8a28ed9fbb762abb (diff)
downloadopenttd-67c1e00aeaff43585014b432d1389388e572a9df.tar.xz
(svn r12438) -Fix-ish: typo spotted by Biblo.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/math_func.hpp2
1 files changed, 1 insertions, 1 deletions
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