From dda5e46d1d5d34e93312840f71efccfc41616742 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 15 Jul 2015 15:29:35 +0200 Subject: [PATCH] Fixed typo in comment. No functional changes. --- test/testmathlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testmathlib.cpp b/test/testmathlib.cpp index 360701dc5..7625a0de4 100644 --- a/test/testmathlib.cpp +++ b/test/testmathlib.cpp @@ -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"));