Fixed typo in comment. No functional changes.

This commit is contained in:
orbitcowboy 2015-07-15 15:29:35 +02:00
parent b604d63dd8
commit dda5e46d1d
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ private:
/*
* ASSERT_EQUALS(0xFF00000000000000LL, MathLib::toLongNumber("0xFF00000000000000LL"));
* This does not work in a portable way!
* While it succeds on 32bit Visual Studio it fails on Linux 64bit because it is greater than 0x7FFFFFFFFFFFFFFF (=LLONG_MAX)
* While it succeeds on 32bit Visual Studio it fails on Linux 64bit because it is greater than 0x7FFFFFFFFFFFFFFF (=LLONG_MAX)
*/
ASSERT_EQUALS(0x0A00000000000000LL, MathLib::toLongNumber("0x0A00000000000000LL"));