(svn r12438) -Fix-ish: typo spotted by Biblo.

This commit is contained in:
rubidium 2008-03-27 13:59:35 +00:00
parent f9e7b70f91
commit 67c1e00aea
1 changed files with 1 additions and 1 deletions

View File

@ -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