summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core_test.cc
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-09-19 11:15:50 +0800
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 18:16:13 +0000
commitd3d5b701cb940e5f6c7cb2af199428fc8224e665 (patch)
tree227460e1cde95443856ccbc5f0bcf082874bd41c /toxcore/crypto_core_test.cc
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
Diffstat (limited to 'toxcore/crypto_core_test.cc')
-rw-r--r--toxcore/crypto_core_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/crypto_core_test.cc b/toxcore/crypto_core_test.cc
index d6888b19..ee3cb366 100644
--- a/toxcore/crypto_core_test.cc
+++ b/toxcore/crypto_core_test.cc
@@ -87,8 +87,8 @@ TEST(CryptoCore, MemcmpTimingIsDataIndependent) {
87 87
88 EXPECT_LT(delta, CRYPTO_TEST_MEMCMP_EPS) 88 EXPECT_LT(delta, CRYPTO_TEST_MEMCMP_EPS)
89 << "Delta time is too long (" << delta << " >= " << CRYPTO_TEST_MEMCMP_EPS << ")\n" 89 << "Delta time is too long (" << delta << " >= " << CRYPTO_TEST_MEMCMP_EPS << ")\n"
90 << "Time of the same data comparation: " << same_median << " clocks\n" 90 << "Time of the same data comparison: " << same_median << " clocks\n"
91 << "Time of the different data comparation: " << not_same_median << " clocks"; 91 << "Time of the different data comparison: " << not_same_median << " clocks";
92} 92}
93 93
94} // namespace 94} // namespace